diff options
author | adam <adam@FreeBSD.org> | 1995-04-18 14:37:45 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-04-18 14:37:45 +0000 |
commit | 0ae53c5a384b1ffc248fc9c6fe58697ac5abcf9e (patch) | |
tree | 71e4ad66bf458a24715548e3bbd78bb1ab417533 /news | |
parent | 895b18fcb03ed7980d0468ca23a9ea7e8d03d7e7 (diff) | |
download | FreeBSD-ports-0ae53c5a384b1ffc248fc9c6fe58697ac5abcf9e.zip FreeBSD-ports-0ae53c5a384b1ffc248fc9c6fe58697ac5abcf9e.tar.gz |
find dbz.h and libcnews.a under ${PREFIX}/{include,lib}
Diffstat (limited to 'news')
-rw-r--r-- | news/nntp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 7799f98..df506a9 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: adam # -# $Id: Makefile,v 1.3 1995/04/01 12:49:11 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/11 23:29:45 asami Exp $ # DISTNAME= nntp-t5 @@ -11,6 +11,10 @@ PKGNAME= nntp-1.5.11.4 CATEGORIES+= news MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/ +.if !exists(${PREFIX}/include/dbz.h) || !exists(${PREFIX}/lib/libcnews.a) +DEPENDS+= ${PORTSDIR}/news/cnews +.endif + pre-patch: @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h |