diff options
author | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
commit | 28b83ccec5d8c2af9b3660a9e2699df99e8f03d8 (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /deskutils/ganttproject | |
parent | 069d4b53cd6a5407774e445bf7d83e0548adabd3 (diff) | |
download | freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.gz freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.zst freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.zip |
Fix double occurences of USES=
Diffstat (limited to 'deskutils/ganttproject')
-rw-r--r-- | deskutils/ganttproject/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/ganttproject/Makefile b/deskutils/ganttproject/Makefile index 4aee529fa657..cf09d9fdb8cd 100644 --- a/deskutils/ganttproject/Makefile +++ b/deskutils/ganttproject/Makefile @@ -3,6 +3,7 @@ PORTNAME= ganttproject PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= deskutils java MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}-r1544 @@ -12,9 +13,8 @@ COMMENT= Gantt chart based project scheduling and management tool LICENSE= GPLv3 -USES= shebangfix +USES= shebangfix zip SHEBANG_FILES= ganttproject -USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |