diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 23:40:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 23:40:25 +0800 |
commit | a026bc73fc81914e37a1d9b53c02cae3af99aed3 (patch) | |
tree | 30b32b6a2aec697296252299cc8e5922683b5d28 /net | |
parent | 93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87 (diff) | |
download | marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.gz marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.bz2 marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.lz marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.xz marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.zst marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.zip |
Add pkgconfig to ports that need it, enable stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18774 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/vino3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/vino3/Makefile b/net/vino3/Makefile index 731716f81..8406c590f 100644 --- a/net/vino3/Makefile +++ b/net/vino3/Makefile @@ -6,6 +6,7 @@ PORTNAME= vino PORTVERSION= 3.6.2 CATEGORIES= net gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -20,10 +21,8 @@ LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ CONFLICTS= vino-2.[0-9]* -NO_STAGE= yes -LATEST_LINK= vino3 USE_XZ= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix gtk30 intlhack USE_XORG= xdamage xfixes xtst GNU_CONFIGURE= yes |