diff options
Diffstat (limited to 'net-mgmt/cacti-spine/Makefile')
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 35196afd6d63..ec3789dc4413 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= LDFLAGS="`net-snmp-config --libs`" \ CPPFLAGS="`net-snmp-config --cflags`" USE_MYSQL= YES USE_OPENSSL= YES -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool post-patch: @${REINPLACE_CMD} 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' ${WRKSRC}/spine.h |