summaryrefslogtreecommitdiff
path: root/devel/libsigsegv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsigsegv/Makefile')
-rw-r--r--devel/libsigsegv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile
index b210ad3ef54b..f42094731ee7 100644
--- a/devel/libsigsegv/Makefile
+++ b/devel/libsigsegv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libsigsegv
-PORTVERSION= 2.14
+DISTVERSION= 2.15
CATEGORIES= devel
MASTER_SITES= GNU
@@ -11,16 +11,16 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= AWK="${AWK}" --enable-shared
INSTALL_TARGET= install-strip
TEST_TARGET= check
-USE_LDCONFIG= yes
PLIST_FILES= include/sigsegv.h \
lib/libsigsegv.a \
lib/libsigsegv.so \
lib/libsigsegv.so.2 \
- lib/libsigsegv.so.2.0.7
+ lib/libsigsegv.so.2.0.8
.include <bsd.port.mk>