diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-05-16 18:46:42 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-05-16 18:46:42 +0000 |
commit | a8f85ce6e83cc7855329a89b742d640087842c3e (patch) | |
tree | cf54763b0a10ad40ac35f3cee50efa2d63318315 /news | |
parent | a21bc1899fb061b4e92711baabe892f3e7dce90c (diff) | |
download | FreeBSD-ports-a8f85ce6e83cc7855329a89b742d640087842c3e.zip FreeBSD-ports-a8f85ce6e83cc7855329a89b742d640087842c3e.tar.gz |
- Added missing dependency for libcnews.a
Diffstat (limited to 'news')
-rw-r--r-- | news/c-nocem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index edcfcb6..6e1e18d 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://sites.inka.de/~bigred/sw/ \ MAINTAINER= dirk.meyer@dinoex.sub.org -BUILD_DEPENDS= ${WRKDIRPREFIX}${CNEWSSRC}/conf/substitutions:${PORTSDIR}/news/cnews:configure \ +BUILD_DEPENDS= ${WRKDIRPREFIX}${CNEWSSRC}/conf/substitutions:${PORTSDIR}/news/cnews:configure +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews \ gpg:${PORTSDIR}/security/gnupg WRKSRC= ${WRKDIR}/c-nocem |