summaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-06-18 00:58:12 +0000
committerjschauma <jschauma>2003-06-18 00:58:12 +0000
commit01a101540e5fbd61bf754b76b9fc78529fb908a0 (patch)
treee4fd8259a8329506595623571d5871cf41610dae /editors/pico/Makefile
parent83a27d99ebf4d05d5bdb124eefbb429f724433ef (diff)
downloadpkgsrc-01a101540e5fbd61bf754b76b9fc78529fb908a0.tar.gz
Apply patches provided by Jeremy C. Reed in PR pkg/21887 to make this
build and install cleanly under Linux. Also improces DESCR.
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r--editors/pico/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index a46ac786b79..d4625ca54b9 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2003/06/02 01:20:07 jschauma Exp $
+# $NetBSD: Makefile,v 1.38 2003/06/18 00:58:12 jschauma Exp $
DISTNAME= pine4.53
PKGNAME= pico-4.4
@@ -23,6 +23,8 @@ USE_LIBTOOL= YES
BUILDNAME= so5
.elif ${OPSYS} == "Darwin"
BUILDNAME= osx
+.elif ${OPSYS} == "Linux"
+BUILDNAME= lnx
.else
BUILDNAME= neb
.endif
@@ -45,4 +47,5 @@ do-install:
cd ${WRKSRC}/pico && \
${INSTALL_DATA} *.h ${PREFIX}/include/pico
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"