diff options
author | tv <tv> | 1998-07-19 03:49:13 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-19 03:49:13 +0000 |
commit | 71070c6d3200b31095246461fde6eaebc51034b2 (patch) | |
tree | 34e9768de7df87ca75cf8c4b5ad275465150da3a /editors | |
parent | e7668a72d5694cb1ede9f37fc4d9219198139ecb (diff) | |
download | pkgsrc-71070c6d3200b31095246461fde6eaebc51034b2.tar.gz |
Re-add pine-3.96 to the CONFLICTS list.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index bbf683a6111..39c56abf73d 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/07/19 03:37:46 tv Exp $ +# $NetBSD: Makefile,v 1.5 1998/07/19 03:49:13 tv Exp $ # DISTNAME= pine4.00 @@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool -CONFLICTS= pico-2.9 +CONFLICTS= pico-2.9 pine-3.96 do-build: cd ${WRKSRC} && ./build neb CC="${PREFIX}/bin/libtool ${CC}" PREFIX=${PREFIX} |