diff options
Diffstat (limited to 'net-mgmt/cacti-spine/Makefile')
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 632df4f77aae..fd2adb116003 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spine -PORTVERSION= 0.8.8c +PORTVERSION= 0.8.8f CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} CPPFLAGS+= `net-snmp-config --cflags` -LIBS+= `net-snmp-config --libs` +LDFLAGS+= `net-snmp-config --libs` USES= libtool USE_MYSQL= YES USE_OPENSSL= YES |