diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-08-09 19:00:29 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-08-09 19:00:29 +0000 |
commit | d38025ad82f15d677ba6a0d4495fb2c33daf16a6 (patch) | |
tree | 7a0dfb8da5ea54ed7216fe92584b01d88c124f28 /x11/libxfce4util | |
parent | 4767be8ae29a16c4f26b9472a3a1e900cf27e057 (diff) | |
download | ports-d38025ad82f15d677ba6a0d4495fb2c33daf16a6.tar.gz ports-d38025ad82f15d677ba6a0d4495fb2c33daf16a6.zip |
Notes
Diffstat (limited to 'x11/libxfce4util')
-rw-r--r-- | x11/libxfce4util/Makefile | 10 | ||||
-rw-r--r-- | x11/libxfce4util/pkg-plist | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index e9719465beaa..89a0fe63af0f 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxfce4util PORTVERSION= 4.10.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -14,14 +15,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Extension library for the Xfce desktop environment -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack intltool intlhack pkgconfig +USE_GNOME= glib20 gnomehack intltool intlhack USE_PERL5= yes USE_LDCONFIG= yes USE_XFCE= configenv +USE_PKGCONFIG= build CONFIGURE_ARGS+=--disable-gtk-doc-html @@ -46,4 +47,9 @@ CONFIGURE_ARGS+=--without-html-dir PLIST_SUB+= APIDOCS="@comment " .endif +.if empty(PORT_OPTIONS:MNLS) +post-patch: + @${REINPLACE_CMD} -e 's|po||' ${WRKSRC}/Makefile.in +.endif + .include <bsd.port.mk> diff --git a/x11/libxfce4util/pkg-plist b/x11/libxfce4util/pkg-plist index f5f5b04a971f..a6f3d4b687b6 100644 --- a/x11/libxfce4util/pkg-plist +++ b/x11/libxfce4util/pkg-plist @@ -11,7 +11,6 @@ include/xfce4/libxfce4util/xfce-posix-signal-handler.h include/xfce4/libxfce4util/xfce-rc.h include/xfce4/libxfce4util/xfce-resource.h include/xfce4/libxfce4util/xfce-utf8.h -lib/libxfce4util.a lib/libxfce4util.la lib/libxfce4util.so lib/libxfce4util.so.6 |