aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/javaservicewrapper
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2009-07-31 02:02:14 +0800
committeralepulver <alepulver@FreeBSD.org>2009-07-31 02:02:14 +0800
commit16fa3228ab5fe39658aa711b723d2bc3d762c6d8 (patch)
treee1cc36c96822d621d4ea6f24feb00c807dfd7863 /sysutils/javaservicewrapper
parent49ea4cbe4eea49a9668c8ea5a663a3ec177942a6 (diff)
downloadfreebsd-ports-gnome-16fa3228ab5fe39658aa711b723d2bc3d762c6d8.tar.gz
freebsd-ports-gnome-16fa3228ab5fe39658aa711b723d2bc3d762c6d8.tar.zst
freebsd-ports-gnome-16fa3228ab5fe39658aa711b723d2bc3d762c6d8.zip
- Remove unneeded do-build target to pass the correct arguments to ant.
- Change USE_GMAKE into a BUILD_DEPENDS entry, to avoid possible problems as the do-build target should be defined by the USE_ANT code.
Diffstat (limited to 'sysutils/javaservicewrapper')
-rw-r--r--sysutils/javaservicewrapper/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile
index a75af8c6d172..ad944534ebd7 100644
--- a/sysutils/javaservicewrapper/Makefile
+++ b/sysutils/javaservicewrapper/Makefile
@@ -15,17 +15,15 @@ DISTNAME= wrapper_${PORTVERSION}_src
MAINTAINER= mikej@rogers.com
COMMENT= Application to solve problems common to many Java applications
+BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake
+
ONLY_FOR_ARCHS= i386 amd64
-USE_GMAKE= yes
USE_JAVA= 1.3+
USE_ANT= yes
DATADIR= ${PREFIX}/lib/${PORTNAME}
-do-build:
- @cd ${WRKSRC} && ${SETENV} ANT_HOME="${LOCALBASE}" ${SH} build32.sh
-
.include <bsd.port.pre.mk>
.if (${ARCH} == amd64)