diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-11 14:28:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-11 14:28:27 +0800 |
commit | 41d71833b71d5dccb1666c72d56f6abb680be490 (patch) | |
tree | 5b0585147cc5d0594baceb813981c47b7793a47e /x11-toolkits | |
parent | edb6abfb26c53d09c2c879cdce9b3b57f5b06da0 (diff) | |
download | freebsd-ports-gnome-41d71833b71d5dccb1666c72d56f6abb680be490.tar.gz freebsd-ports-gnome-41d71833b71d5dccb1666c72d56f6abb680be490.tar.zst freebsd-ports-gnome-41d71833b71d5dccb1666c72d56f6abb680be490.zip |
Unbreak
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/swt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile index c1409aed473f..f03bda814436 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -23,7 +23,7 @@ SWT_VERSION= 3557 OUTPUT_JAR= swt.jar USE_GL= yes -USES= pkgconfig zip +USES= pkgconfig zip:infozip USE_GNOME= gtk20 USE_JAVA= yes JAVA_VERSION= 1.6+ |