diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-08-10 03:06:56 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-08-10 03:06:56 +0800 |
commit | fd21b2ec9cd02a32ae909e6e7b4ca55b1207bffc (patch) | |
tree | 8d146c5024e4a7a4ba3054c2d178d2283f22902b /x11 | |
parent | 12db491c7049796e793fe3c5c122b60de748eb9c (diff) | |
download | freebsd-ports-gnome-fd21b2ec9cd02a32ae909e6e7b4ca55b1207bffc.tar.gz freebsd-ports-gnome-fd21b2ec9cd02a32ae909e6e7b4ca55b1207bffc.tar.zst freebsd-ports-gnome-fd21b2ec9cd02a32ae909e6e7b4ca55b1207bffc.zip |
- Use USE_PKGCONFIG
- Add patch when NLS is disabled
- Remove USE_AUTOTOOLS (libtool) macro
Submitted by: myself
Approved by: miwi, rene (mentors)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-conf/Makefile | 11 | ||||
-rw-r--r-- | x11/xfce4-conf/pkg-plist | 1 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile index 1da51d541d0b..8c3af5b5d309 100644 --- a/x11/xfce4-conf/Makefile +++ b/x11/xfce4-conf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-conf PORTVERSION= 4.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfconf-${PORTVERSION} @@ -19,15 +19,15 @@ COMMENT= D-Bus-based configuration storage system BUILD_DEPENDS= p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack gtk20 intltool intlhack pkgconfig +USE_GNOME= glib20 gnomehack gtk20 intltool intlhack USE_LDCONFIG= yes USE_PERL5_BUILD= yes USE_XFCE= configenv libutil USE_XORG= x11 +USE_PKGCONFIG= build CONFIGURE_ARGS+=--disable-gtk-doc-html @@ -67,4 +67,9 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@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/xfce4-conf/pkg-plist b/x11/xfce4-conf/pkg-plist index 2e65bf3bbab4..1cf2a670ad41 100644 --- a/x11/xfce4-conf/pkg-plist +++ b/x11/xfce4-conf/pkg-plist @@ -4,7 +4,6 @@ include/xfce4/xfconf-0/xfconf/xfconf-channel.h include/xfce4/xfconf-0/xfconf/xfconf-errors.h include/xfce4/xfconf-0/xfconf/xfconf-types.h include/xfce4/xfconf-0/xfconf/xfconf.h -lib/libxfconf-0.a lib/libxfconf-0.la lib/libxfconf-0.so lib/libxfconf-0.so.2 |