diff options
author | abs <abs@pkgsrc.org> | 2004-02-04 22:23:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-04 22:23:46 +0000 |
commit | b37ee96c50f9d766c56b95cbf4f0a878275dc692 (patch) | |
tree | ea6c10500e6f3ead03eaaa7f2cb515f0210bfeb6 /net/nmap | |
parent | 5b1cad1352f13a678bd9c86cbaced917fe14f3dc (diff) | |
download | pkgsrc-b37ee96c50f9d766c56b95cbf4f0a878275dc692.tar.gz |
+ USE_LANGUAGES=c c++
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index d40c115aae4..8b66f5d9633 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/23 11:43:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2004/02/04 22:23:47 abs Exp $ # DISTNAME= nmap-3.50 @@ -15,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_GCC_SHLIB= YES GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap} CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.libpcre} |