diff options
Diffstat (limited to 'devel/rudiments/Makefile')
-rw-r--r-- | devel/rudiments/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 7c401af2e087..10c4e0314b52 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 1.0.7 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= SF @@ -14,8 +14,8 @@ LICENSE= LGPL20 LIB_DEPENDS= libgssapi_krb5.so:security/krb5 \ libcurl.so:ftp/curl +USES= libtool libedit pathfix pkgconfig readline shebangfix GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig readline shebangfix ssl PATHFIX_MAKEFILEIN= Makefile SHEBANG_FILES= doc/programming/insert.pl USE_LDCONFIG= yes @@ -34,6 +34,6 @@ SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \ --with-ssl-libs=-L${OPENSSLLIB} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.3.1.5 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.5.0.0 .include <bsd.port.mk> |