diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-07 20:46:40 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-07 20:46:40 +0000 |
commit | 80ec5b25dc75801bb2098566d7f68f420ccb62d6 (patch) | |
tree | 42ab25c392c6dd255d0deb68b8fb1d035a39935b /x11-wm/xfce | |
parent | 5f831f729abb8768e6b099321bd1b841f557c2aa (diff) | |
download | freebsd-ports-80ec5b25dc75801bb2098566d7f68f420ccb62d6.zip |
Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so it
works with ELF.
Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured
in May according to Fenner's survey.
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 9d7dc247fec5..6fe2fc3e9710 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.9 1998/11/23 09:29:50 asami Exp $ +# $Id: Makefile,v 1.10 1998/11/23 11:15:43 asami Exp $ # DISTNAME= xfce-2.1.1 @@ -15,7 +15,6 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms -BROKEN_ELF= xforms is a.out only BROKEN= install USE_GMAKE= yes |