diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /net-mgmt/net-snmp4/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | freebsd-ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net-mgmt/net-snmp4/Makefile')
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 355953a2b902..a6311d1f977b 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -7,7 +7,7 @@ PORTNAME= ucd-snmp PORTVERSION= 4.2.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= net-snmp @@ -15,11 +15,10 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= ports@FreeBSD.org COMMENT= An extendable SNMP implementation -USE_AUTOTOOLS= autoconf:213 libtool:13:inc +GNU_CONFIGURE= yes USE_REINPLACE= yes USE_PERL5= yes INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore CFLAGS+= -fPIC CONFIGURE_ARGS+= --enable-shared \ |