diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-18 05:02:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-18 05:02:13 +0000 |
commit | 63272598f72cad4029b9303f21df17accc6db558 (patch) | |
tree | b6be81dd5cc16dc960312fbc2a5fb39c2a1bc982 /devel/gnustep | |
parent | 7585a872771afc8cf2023a12dbe4e68d30f0c770 (diff) | |
download | ports-63272598f72cad4029b9303f21df17accc6db558.tar.gz ports-63272598f72cad4029b9303f21df17accc6db558.zip |
Notes
Diffstat (limited to 'devel/gnustep')
-rw-r--r-- | devel/gnustep/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 379d6f4f58ae..b8463138271c 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -19,10 +19,10 @@ EXTRACT_ONLY= # empty MAINTAINER= dinoex@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard -RUN_DEPENDS+= ${SYSMAKEDIR}/GNUstep.sh:${PORTSDIR}/devel/gnustep-make -RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base -RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui -RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back +RUN_DEPENDS+= ${SYSMAKEDIR}/GNUstep.sh:${PORTSDIR}/${GNUSTEP_MAKE_PORT} +RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/${GNUSTEP_BASE_PORT} +RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/${GNUSTEP_GUI_PORT} +RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/${GNUSTEP_BACK_PORT} PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes @@ -31,6 +31,10 @@ SYSTEMDIR= ${PREFIX}/System SYSMAKEDIR= ${SYSTEMDIR}/Makefiles COMBOLIBDIR= ${SYSLIBDIR}/gnu-gnu-gnu BUNDLEDIR= ${SYSTEMDIR}/Library/Bundles +GNUSTEP_MAKE_PORT?= devel/gnustep-make +GNUSTEP_BASE_PORT?= lang/gnustep-base +GNUSTEP_GUI_PORT?= x11-toolkits/gnustep-gui +GNUSTEP_BACK_PORT?= x11-toolkits/gnustep-back .include <bsd.port.pre.mk> |