diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/judy/Makefile | 7 | ||||
-rw-r--r-- | devel/judy/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/judy/Makefile b/devel/judy/Makefile index 0afec2dbc9cf..2ad6a645a320 100644 --- a/devel/judy/Makefile +++ b/devel/judy/Makefile @@ -3,7 +3,7 @@ PORTNAME= Judy PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION} @@ -12,10 +12,11 @@ COMMENT= General purpose dynamic array LICENSE= LGPL21 -USES= gmake libtool:keepla +USES= gmake libtool GNU_CONFIGURE= yes -USE_LDCONFIG= YES +USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} diff --git a/devel/judy/pkg-plist b/devel/judy/pkg-plist index 0e054fb84207..2a4e04b54d56 100644 --- a/devel/judy/pkg-plist +++ b/devel/judy/pkg-plist @@ -1,6 +1,5 @@ include/Judy.h lib/libJudy.a -lib/libJudy.la lib/libJudy.so lib/libJudy.so.1 lib/libJudy.so.1.0.3 |