aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2005-04-25 16:21:05 +0800
committerhq <hq@FreeBSD.org>2005-04-25 16:21:05 +0800
commit4e05f1330f76dd4e0f08a4b8b4a723a6956fb806 (patch)
tree9cb7236c374669b1e3bba738baabe37df096cd0d /comms
parentcaf780359c61487cb43eedcc61a846feda6b25bd (diff)
downloadfreebsd-ports-gnome-4e05f1330f76dd4e0f08a4b8b4a723a6956fb806.tar.gz
freebsd-ports-gnome-4e05f1330f76dd4e0f08a4b8b4a723a6956fb806.tar.zst
freebsd-ports-gnome-4e05f1330f76dd4e0f08a4b8b4a723a6956fb806.zip
Unbreak: define NO_MTREE
Approved by: maintainer
Diffstat (limited to 'comms')
-rw-r--r--comms/rxtx/Makefile3
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>