aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2012-06-05 01:30:24 +0800
committerrene <rene@FreeBSD.org>2012-06-05 01:30:24 +0800
commitbb6a72ae383bf89ca80af17a98d6afb58bdaed8d (patch)
tree2a2e6fec398135928a697d06d8bcfeb3c34a5e3b /net-p2p
parent296e6adb0af27d4e33e86362729400e7b46d941c (diff)
downloadfreebsd-ports-gnome-bb6a72ae383bf89ca80af17a98d6afb58bdaed8d.tar.gz
freebsd-ports-gnome-bb6a72ae383bf89ca80af17a98d6afb58bdaed8d.tar.zst
freebsd-ports-gnome-bb6a72ae383bf89ca80af17a98d6afb58bdaed8d.zip
Use the new options framework for the ALC option too.
Submitted by: maintainer via private mail
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 629d7b13487c..6e4b210cb294 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.if !defined(WITHOUT_ALC)
+.if ${PORT_OPTIONS:MALC}
CONFIGURE_ARGS+= --enable-alc
PLIST_SUB+= ALC=""
.else