diff options
author | pav <pav@FreeBSD.org> | 2009-02-10 04:39:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-10 04:39:20 +0800 |
commit | fa65a1c5e7324cc48c2842990979c6d718003e4b (patch) | |
tree | 074abc96478bf6c3307252f7ceea67741dcd551c /java/jboss5/Makefile | |
parent | 40ed0260d92883dd78ce7b9b067fe4996fd452fb (diff) | |
download | freebsd-ports-graphics-fa65a1c5e7324cc48c2842990979c6d718003e4b.tar.gz freebsd-ports-graphics-fa65a1c5e7324cc48c2842990979c6d718003e4b.tar.zst freebsd-ports-graphics-fa65a1c5e7324cc48c2842990979c6d718003e4b.zip |
- Disallow from building on pointyhat
Diffstat (limited to 'java/jboss5/Makefile')
-rw-r--r-- | java/jboss5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile index bf38eab1af3..a5abb10e9c5 100644 --- a/java/jboss5/Makefile +++ b/java/jboss5/Makefile @@ -23,6 +23,8 @@ USE_JAVA= yes JAVA_VERSION= 1.5+ USE_ANT= yes +MANUAL_PACKAGE_BUILD= fetches files in build phase + MAKE_ARGS= -buildfile build/build.xml USE_RC_SUBR= jboss5.sh |