diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-13 10:30:58 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-13 10:30:58 +0000 |
commit | b5c2d79aad7e271372c05d2f99d33b72b17f5e7a (patch) | |
tree | 27bbce707ce9a77d0659ddf5fbb04952074d6a79 /x11/libexo | |
parent | f71b7dc6fd3271c99b70f8cae3797be444b22349 (diff) |
Notes
Diffstat (limited to 'x11/libexo')
-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 |