diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 14:13:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 14:13:55 +0000 |
commit | ab4551383e31dcaf3553b3d643ee0918772f45c6 (patch) | |
tree | 32e1c3afe3b53aa0a8345ebf5ea79a0bd7589f85 /audio/gmpc-albumview | |
parent | 06f6949775e20d63f3aa830562a4da21cc7430f3 (diff) | |
download | ports-ab4551383e31dcaf3553b3d643ee0918772f45c6.tar.gz ports-ab4551383e31dcaf3553b3d643ee0918772f45c6.zip |
Notes
Diffstat (limited to 'audio/gmpc-albumview')
-rw-r--r-- | audio/gmpc-albumview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmpc-albumview/Makefile b/audio/gmpc-albumview/Makefile index 825af965b055..fac188a5a8a1 100644 --- a/audio/gmpc-albumview/Makefile +++ b/audio/gmpc-albumview/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmpc-albumview PORTVERSION= 11.8.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ @@ -17,5 +17,6 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool USES= gettext gmake libtool pkgconfig +INSTALL_TARGET= install-strip .include <bsd.port.mk> |