diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 19:46:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 19:46:54 +0800 |
commit | 2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38 (patch) | |
tree | 4d7c2d928bc64195e60de1e71fe1b58b1e0609b6 /java/eclipse | |
parent | 48d9486ae5b31541db4efd4cf3d0639b579fa32a (diff) | |
download | freebsd-ports-gnome-2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38.tar.gz freebsd-ports-gnome-2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38.tar.zst freebsd-ports-gnome-2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38.zip |
Convert j* categories to USES=pkgconfig
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 2498d87a6069..6170465eca07 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -40,11 +40,11 @@ TESTS_DESC= Build SDK test suite ONLY_FOR_ARCHS= i386 amd64 +USES= pkgconfig USE_ANT= yes USE_GL= glu USE_GMAKE= yes USE_GNOME= desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui -USE_PKGCONFIG= build USE_JAVA= yes USE_XZ= yes BZIP2_SUFX= .tar.bz2 |