diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-13 18:30:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-13 18:30:58 +0800 |
commit | 2953471630ac7a912281de7186dbe060d3880496 (patch) | |
tree | 27bbce707ce9a77d0659ddf5fbb04952074d6a79 | |
parent | 091cce189d6cf37770739f5e62900b25f9518e82 (diff) | |
download | freebsd-ports-gnome-2953471630ac7a912281de7186dbe060d3880496.tar.gz freebsd-ports-gnome-2953471630ac7a912281de7186dbe060d3880496.tar.zst freebsd-ports-gnome-2953471630ac7a912281de7186dbe060d3880496.zip |
- USES=libtool:oldver tar:bzip2.
- INSTALL_TARGET=install-strip.
-rw-r--r-- | x11/libexo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 8a03b7238547..fe8b06bb5d88 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -3,7 +3,7 @@ PORTNAME= libexo PORTVERSION= 0.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R} @@ -21,12 +21,13 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/lib//} GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_BZIP2= yes +INSTALL_TARGET= install-strip +USES= desktop-file-utils gmake libtool:oldver pathfix perl5 \ + pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes USE_XFCE= configenv libmenu libutil USE_XORG= x11 -USES= desktop-file-utils gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= DOCS NLS |