diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-25 17:30:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-25 17:30:04 +0000 |
commit | dbc0a00a5a5edb4e819097799eb876151c3dd0e3 (patch) | |
tree | 977ee170ce5803129f41b8731810db70427576c9 /x11-toolkits/vdk/Makefile | |
parent | 00fab70f4bbd959afe75089b8c4c4f1c77744020 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/vdk/Makefile')
-rw-r--r-- | x11-toolkits/vdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile index 916162517570..ef339ad9b620 100644 --- a/x11-toolkits/vdk/Makefile +++ b/x11-toolkits/vdk/Makefile @@ -3,7 +3,7 @@ PORTNAME= vdk PORTVERSION= 2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= SF/${PORTNAME}lib/VDK%20for%20both%20Linux%20and%20Windows%20%28this%20is%20the%20new%20version%29/VDKLIB%20%28C%2B%2B%20wrapper%20for%20GTK%2B%29 @@ -13,7 +13,7 @@ COMMENT= C++ wrapper for GTK+ toolkit LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool:keepla pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-opt=no --enable-doc-html=no --enable-testvdk=no |