[33840] trunk/dports/net/nmap/Portfile
dluke at macports.org
dluke at macports.org
Wed Feb 6 10:22:18 PST 2008
Revision: 33840
http://trac.macosforge.org/projects/macports/changeset/33840
Author: dluke at macports.org
Date: 2008-02-06 10:21:04 -0800 (Wed, 06 Feb 2008)
Log Message:
-----------
lint cleanup
Modified Paths:
--------------
trunk/dports/net/nmap/Portfile
Modified: trunk/dports/net/nmap/Portfile
===================================================================
--- trunk/dports/net/nmap/Portfile 2008-02-06 18:19:36 UTC (rev 33839)
+++ trunk/dports/net/nmap/Portfile 2008-02-06 18:21:04 UTC (rev 33840)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name nmap
version 4.50
categories net
@@ -41,12 +42,12 @@
--with-openssl=${prefix} \
--with-libpcre=${prefix}
-variant no_ssl {
+variant no_ssl description {build without ssl support} {
configure.args-delete --with-openssl=${prefix}
depends_lib-delete port:openssl
}
-variant no_pcre {
+variant no_pcre description {build without pcre support} {
configure.args-delete --with-pcre=${prefix}
depends_lib-delete port:pcre
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080206/ab48b7ff/attachment.html
More information about the macports-changes
mailing list