diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-17 22:25:50 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-17 22:25:50 +0800 |
commit | 2c60dea1c581488d5a902522b150e81cb21ea895 (patch) | |
tree | b02d28d896ce2c1c0408ca1f7416bb5f3d8df301 /mail | |
parent | 0800d2499478b041c3def473e730e048ac1b5b60 (diff) | |
download | freebsd-ports-gnome-2c60dea1c581488d5a902522b150e81cb21ea895.tar.gz freebsd-ports-gnome-2c60dea1c581488d5a902522b150e81cb21ea895.tar.zst freebsd-ports-gnome-2c60dea1c581488d5a902522b150e81cb21ea895.zip |
Add USES=libtool and INSTALL_TARGET=install-strip
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfce4-mailwatch-plugin/Makefile | 7 | ||||
-rw-r--r-- | mail/xfce4-mailwatch-plugin/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 36f4c9d6a7af..d0d5356f986b 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -15,9 +15,10 @@ COMMENT= Mail notification applet for the Xfce panel LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt -INSTALLS_ICONS= yes -USES= gettext gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip +USES= gettext gmake libtool pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu libutil panel USE_XORG= x11 diff --git a/mail/xfce4-mailwatch-plugin/pkg-plist b/mail/xfce4-mailwatch-plugin/pkg-plist index 0d45124ce981..fc4e6c8e2e88 100644 --- a/mail/xfce4-mailwatch-plugin/pkg-plist +++ b/mail/xfce4-mailwatch-plugin/pkg-plist @@ -1,4 +1,3 @@ -lib/xfce4/panel/plugins/libmailwatch.la lib/xfce4/panel/plugins/libmailwatch.so share/icons/hicolor/48x48/apps/xfce-newmail.png share/icons/hicolor/48x48/apps/xfce-nomail.png |