diff options
author | marcus <marcus@FreeBSD.org> | 2009-06-03 13:14:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-06-03 13:14:50 +0800 |
commit | 758fa15f89be99164550154d6bc2486f326d7b49 (patch) | |
tree | d0bcbf90df6b714a72a76a5c0e9ea5f82a3bae42 /x11-toolkits/sakura | |
parent | 32c4362bbfbfa701058a4418228747ff7fd905c0 (diff) | |
download | freebsd-ports-gnome-758fa15f89be99164550154d6bc2486f326d7b49.tar.gz freebsd-ports-gnome-758fa15f89be99164550154d6bc2486f326d7b49.tar.zst freebsd-ports-gnome-758fa15f89be99164550154d6bc2486f326d7b49.zip |
Chase the vte shared lib version bump.
Diffstat (limited to 'x11-toolkits/sakura')
-rw-r--r-- | x11-toolkits/sakura/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile index 914cc5838b76..ab0904189c64 100644 --- a/x11-toolkits/sakura/Makefile +++ b/x11-toolkits/sakura/Makefile @@ -7,7 +7,7 @@ PORTNAME= sakura PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= http://www.pleyades.net/david/projects/sakura/ \ LOCAL/chinsan/${PORTNAME}/ @@ -15,10 +15,8 @@ MASTER_SITES= http://www.pleyades.net/david/projects/sakura/ \ MAINTAINER= chinsan@FreeBSD.org COMMENT= A terminal emulator based on GTK and VTE -BUILD_DEPENDS= vte:${PORTSDIR}/x11-toolkits/vte -RUN_DEPENDS= ${BUILD_DEPENDS} - USE_CMAKE= yes +USE_GNOME= vte CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX=${LOCALBASE} .if !defined(WITHOUT_NLS) |