diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-04-25 08:21:05 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-04-25 08:21:05 +0000 |
commit | 2e7229d41945ae267b30661b62031c33e2de9146 (patch) | |
tree | e99c99baac0b5a22784e5bb35b62ec1c9cc7953c /comms/rxtx | |
parent | f560bfd214f9481ac1eee35d1e253ae990a5d7da (diff) | |
download | ports-2e7229d41945ae267b30661b62031c33e2de9146.tar.gz ports-2e7229d41945ae267b30661b62031c33e2de9146.zip |
Notes
Diffstat (limited to 'comms/rxtx')
-rw-r--r-- | comms/rxtx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 1c853b204f5f..ae9d1c696569 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/-\1/:S/p/pre/} MAINTAINER= jb.quenot@caraldi.com COMMENT= Native interface to serial ports in Java -BROKEN= Incomplete pkg-plist - USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ @@ -26,5 +24,6 @@ USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME} PREFIX= ${JAVA_HOME}/jre +NO_MTREE= yes .include <bsd.port.mk> |