diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
commit | 44fd51006809b35e7b92415f49a6d5df498af1fa (patch) | |
tree | cf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /x11-toolkits/gnustep-gui | |
parent | 10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff) | |
download | freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.zst freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.zip |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
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 |