diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | d7f59ea8de230bb289b02649cd575560e4c71e0d (patch) | |
tree | eae797f7211f5c20b5be446f4fa649681b374597 /x11-toolkits/gnustep-gui | |
parent | 3aa9b484131b5835a7875ba57cac901593286b35 (diff) | |
download | ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.gz ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 5c087ac0bcb0..5317b136e9a1 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif -#NOT_FOR_ARCHS= ia64 GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib @@ -35,7 +34,7 @@ USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_BASE= yes -USE_GNUSTEP_LDCONFIG= ${SYSLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} USE_XLIB= yes EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.patch |