diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /devel/xfc | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'devel/xfc')
-rw-r--r-- | devel/xfc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile index 3b2063f2d9a1..9bdc71d7a7f5 100644 --- a/devel/xfc/Makefile +++ b/devel/xfc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfc PORTVERSION= 4.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel xfce MASTER_SITES= http://xfc.xfce.org/download/${PORTVERSION}/src/ @@ -21,7 +21,6 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_GCC= 3.4+ USE_GNOME= glib20 gtk20 atk pango pkgconfig libglade2 gnomehack -USE_X_PREFIX= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |