diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-14 17:07:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-14 17:07:18 +0000 |
commit | b8ac4e71aaeda9b2277b8c293b31554b66592c46 (patch) | |
tree | 12402734fb7187a4315755520fa799df461a4221 /lang | |
parent | c4acdc239ffdc2fff880c61733d880ce8741fcdc (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index a6f5e30850bd..1e5694169ee2 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -18,7 +18,9 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall +BUILD_DEPENDS+= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +RUN_DEPENDS+= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make BREAKS_IF_PEDANTIC= yes |