summaryrefslogtreecommitdiff
path: root/games/gnuchess
diff options
context:
space:
mode:
authorreed <reed>2005-04-16 00:21:44 +0000
committerreed <reed>2005-04-16 00:21:44 +0000
commita14842805cf408d2afe6435e14a50e5ca2f31120 (patch)
treed683e7a1e9dbd492f9dcc9d87810455f057e047f /games/gnuchess
parent571faf886f0b55e627874c132f2a110cdb49f047 (diff)
downloadpkgsrc-a14842805cf408d2afe6435e14a50e5ca2f31120.tar.gz
Include devel/readline/buildlink3.mk.
On NetBSD, it uses libedit (and libtermcap) and under Linux uses libreadline.
Diffstat (limited to 'games/gnuchess')
-rw-r--r--games/gnuchess/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
index 3f4b666e6b2..062b35f9ef9 100644
--- a/games/gnuchess/Makefile
+++ b/games/gnuchess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/04/16 00:21:44 reed Exp $
DISTNAME= gnuchess-5.07
PKGREVISION= 1
@@ -34,5 +34,6 @@ post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/README ${DOCDIR}
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"