summaryrefslogtreecommitdiff
path: root/chat/epic4/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-07 21:36:57 +0000
committerdholland <dholland@pkgsrc.org>2015-11-07 21:36:57 +0000
commit4615b131c2154e9fd82c152228e1ef0adeed2f0a (patch)
treeb170004343d7a6a8438f5d018329c5e777a2ceaf /chat/epic4/Makefile
parent59e1e789c9151e4a9e4dcde98eefc819111a5fde (diff)
downloadpkgsrc-4615b131c2154e9fd82c152228e1ef0adeed2f0a.tar.gz
Revert previous and make perl an option instead, since it actually links
to the perl interpreter; and if the option isn't selected, disable perl explicitly to avoid accidentally finding a builtin version.
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r--chat/epic4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile
index d98d1e2e03c..ddacc934dca 100644
--- a/chat/epic4/Makefile
+++ b/chat/epic4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/11/07 21:18:23 dholland Exp $
+# $NetBSD: Makefile,v 1.40 2015/11/07 21:36:57 dholland Exp $
#
DISTNAME= epic4-2.10.2
@@ -17,7 +17,6 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.epicsol.org/
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
-USE_TOOLS+= perl
GNU_CONFIGURE= YES
@@ -25,6 +24,8 @@ INSTALL_MAKE_FLAGS+= IP=${DESTDIR}
CFLAGS.OSF1+= -D_SOCKADDR_LEN
+.include "options.mk"
+
.include "../../mk/termcap.buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"