diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 17:57:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 17:57:53 +0000 |
commit | 80686e7d9b732d4900fa3147c4d7327642c8c168 (patch) | |
tree | 6e74e6438bd985df11cf1ec94ce3fd0d2966cacb /audio/gmpc-lyrics/Makefile | |
parent | 8bcf2c113706c2cd50f0f8f931f698390d81cfc6 (diff) | |
download | ports-80686e7d9b732d4900fa3147c4d7327642c8c168.tar.gz ports-80686e7d9b732d4900fa3147c4d7327642c8c168.zip |
- Update to 0.19.0
Changelog:
http://gmpc.wikia.com/wiki/GMPC_0.19.0
Approved by: portmgr (pav, erwin)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=242082
Diffstat (limited to 'audio/gmpc-lyrics/Makefile')
-rw-r--r-- | audio/gmpc-lyrics/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/gmpc-lyrics/Makefile b/audio/gmpc-lyrics/Makefile index 0f674d9543ec..2e6ddc74fdc7 100644 --- a/audio/gmpc-lyrics/Makefile +++ b/audio/gmpc-lyrics/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gmpc-lyrics -PORTVERSION= 0.18.0 -PORTREVISION= 1 +PORTVERSION= 0.19.0 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.18.0/${PORTVERSION}/ \ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ MAINTAINER= miwi@FreeBSD.org @@ -22,7 +21,8 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes USE_XORG= x11 -USE_GNOME= gnomehack +USE_GMAKE= yes +USE_GNOME= gnomehack intltool USE_LDCONFIG= yes .include <bsd.port.mk> |