diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 20:15:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 20:15:27 +0800 |
commit | 679f82ba5a2b417c7b9118d4072ce41bf89575aa (patch) | |
tree | d4a27818ffefc4937f1c1eabc3983d20e4c228ea /net/gtk-vnc3 | |
parent | 4156fd2f164a24cc4bc1785d8518a46ec76b0fb2 (diff) | |
download | marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.gz marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.bz2 marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.lz marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.xz marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.zst marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.zip |
More syncs with ports, updating for new USES, bit of reshuffling to reduce
diffs with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gtk-vnc3')
-rw-r--r-- | net/gtk-vnc3/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/gtk-vnc3/Makefile b/net/gtk-vnc3/Makefile index 12c11461a..69ab9f9fa 100644 --- a/net/gtk-vnc3/Makefile +++ b/net/gtk-vnc3/Makefile @@ -14,19 +14,20 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ gcrypt:${PORTSDIR}/security/libgcrypt \ sasl2:${PORTSDIR}/security/cyrus-sasl2 +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + CONFLICTS= gtk-vnc-0.3.[0-9]* -USE_XZ= yes LATEST_LINK= gtk-vnc3 -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USE_GNOME= gnomehack gtk30 +USE_XZ= yes +USE_GNOME= gtk30 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gtk=3.0 --disable-introspection \ --disable-plugin --without-python MAN1= gvnccapture.1 |