diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-15 17:41:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-15 17:41:17 +0000 |
commit | bcaed97efe85ccf47c07504aa8f1e1a32970c8e7 (patch) | |
tree | eb32410466e6bb0f6a0f7c8542489612f505c2b2 /lang | |
parent | 1117183684df11d6114c62d74fb087d0bb945d97 (diff) |
Add linebreak in LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=73176
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 1e5694169ee2..1ea999eb8fef 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -18,7 +18,7 @@ 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 \ +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 |