diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-08 18:59:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-08 18:59:26 +0800 |
commit | 911c98ebcf35484fac970fedee63b609e69eace2 (patch) | |
tree | c912914ee749324f335bbdbd4136e0c00a2dc6e8 /audio | |
parent | 167108cd7cd96f4477f3c256c71bc69f8818d885 (diff) | |
download | marcuscom-ports-911c98ebcf35484fac970fedee63b609e69eace2.tar marcuscom-ports-911c98ebcf35484fac970fedee63b609e69eace2.tar.gz marcuscom-ports-911c98ebcf35484fac970fedee63b609e69eace2.tar.bz2 marcuscom-ports-911c98ebcf35484fac970fedee63b609e69eace2.tar.lz marcuscom-ports-911c98ebcf35484fac970fedee63b609e69eace2.tar.xz marcuscom-ports-911c98ebcf35484fac970fedee63b609e69eace2.tar.zst marcuscom-ports-911c98ebcf35484fac970fedee63b609e69eace2.zip |
Add pkgconfig.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18776 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/rhythmbox3/Makefile b/audio/rhythmbox3/Makefile index 971c92850..f1273e940 100644 --- a/audio/rhythmbox3/Makefile +++ b/audio/rhythmbox3/Makefile @@ -8,6 +8,7 @@ PORTREVISION= 1 CATEGORIES= audio gnome #MASTER_SITES= GNOME MASTER_SITES= LOCAL/kwm +PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= marcus@FreeBSD.org @@ -25,10 +26,8 @@ LIB_DEPENDS= libmusicbrainz3.so:${PORTSDIR}/audio/libmusicbrainz3 \ CONFLICTS= rhythmbox-0.[0-9]* -NO_STAGE= yes -LATEST_LINK= rhythmbox3 USE_BZIP2= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig INSTALLS_OMF= yes USE_XORG= ice xproto USE_GNOME= intlhack gnomeprefix gtk30 introspection:build |