diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /devel/liblnk | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) | |
download | ports-aad09bc5e23eb75a7a865a8b0002fbc6e13d4659.tar.gz ports-aad09bc5e23eb75a7a865a8b0002fbc6e13d4659.zip |
Notes
Diffstat (limited to 'devel/liblnk')
-rw-r--r-- | devel/liblnk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index 0c454e3ca58c..c1be15e43063 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -3,6 +3,7 @@ PORTNAME= liblnk PORTVERSION= 20140323 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/ \ LOCAL/antoine @@ -15,7 +16,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix +USES= gettext iconv libtool:keepla pathfix USE_PYTHON= 2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip |