aboutsummaryrefslogtreecommitdiff
path: root/sysutils/javaservicewrapper
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2009-07-30 18:02:14 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2009-07-30 18:02:14 +0000
commit613b505d761c826b62cb206f3d07cc4d4241f535 (patch)
tree0eee6befa99346affed0471f2f8d6214358ffe05 /sysutils/javaservicewrapper
parentf144be88c358d02032a3578f45a8cc7490d828c3 (diff)
downloadports-613b505d761c826b62cb206f3d07cc4d4241f535.tar.gz
ports-613b505d761c826b62cb206f3d07cc4d4241f535.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.
Notes
Notes: svn path=/head/; revision=238686
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)