diff options
author | asami <asami@FreeBSD.org> | 1995-11-27 08:08:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-27 08:08:37 +0800 |
commit | 4bbc097ee2bac7700dd09c58578c15ffa6a5c1ae (patch) | |
tree | a121ec8dc180fa80bea73694e251517a44b0b97a /news | |
parent | 5b4855836cc2e9a562799c1da6ad1e10823c3fd7 (diff) | |
download | freebsd-ports-gnome-4bbc097ee2bac7700dd09c58578c15ffa6a5c1ae.tar.gz freebsd-ports-gnome-4bbc097ee2bac7700dd09c58578c15ffa6a5c1ae.tar.zst freebsd-ports-gnome-4bbc097ee2bac7700dd09c58578c15ffa6a5c1ae.zip |
BUILD_DEPENDS on libcnews.a, not some arbitrary executable that comes
with cnews and installed in libexec.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 3d42c56bd250..bc89df9865bc 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: adam # -# $Id: Makefile,v 1.6 1995/10/10 07:28:10 asami Exp $ +# $Id: Makefile,v 1.7 1995/10/20 08:48:03 asami Exp $ # DISTNAME= nntp-t5 @@ -11,7 +11,7 @@ PKGNAME= nntp-1.5.11.5 CATEGORIES+= news MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/ -BUILD_DEPENDS= ${PREFIX}/libexec/news/ctime:${PORTSDIR}/news/cnews +BUILD_DEPENDS= ${PREFIX}/lib/libcnews.a:${PORTSDIR}/news/cnews pre-patch: @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h |