diff options
Diffstat (limited to 'devel/liblnk/Makefile')
-rw-r--r-- | devel/liblnk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index 629dcaae309a..b2e934e38dde 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblnk -PORTVERSION= 20121121 +PORTVERSION= 20121205 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-alpha-${PORTVERSION} @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python USE_PKGCONFIG= build USE_GETTEXT= yes +USE_GNOME= gnomehack USE_ICONV= yes USE_PYTHON= yes USE_LDCONFIG= yes @@ -30,10 +31,6 @@ OPTIONS_DEFINE= DOCS PORTDOCS= AUTHORS ChangeLog -post-patch: - @${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,@prefix@/libdata/pkgconfig,g' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.options.mk> post-install: |