diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:40:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:40:56 +0000 |
commit | 671144cd90984f2aa697bd56e32212e9d4d4663c (patch) | |
tree | 2818e3f115e7082a0619829afd4dfd176a6c3120 /x11-toolkits/swt-devel | |
parent | f5f0ec5b2ca04829599e54dd994a5140b5d5b71a (diff) | |
download | ports-671144cd90984f2aa697bd56e32212e9d4d4663c.tar.gz ports-671144cd90984f2aa697bd56e32212e9d4d4663c.zip |
Notes
Diffstat (limited to 'x11-toolkits/swt-devel')
-rw-r--r-- | x11-toolkits/swt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/swt-devel/Makefile b/x11-toolkits/swt-devel/Makefile index 7526b0b7c5c0..b507b00c22e9 100644 --- a/x11-toolkits/swt-devel/Makefile +++ b/x11-toolkits/swt-devel/Makefile @@ -23,7 +23,8 @@ OUTPUT_JAR= ${PORTNAME}${PKGNAMESUFFIX}.jar USE_ZIP= yes USE_GL= yes -USE_GNOME= gtk20 pkgconfig +USES= pkgconfig +USE_GNOME= gtk20 USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native |