diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-21 19:27:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-21 19:27:13 +0000 |
commit | 77b6b181ff77e3750f34dfacd6e77cb83b168797 (patch) | |
tree | 73757541a25d7b2edb09cdf46442fb093078a745 /net | |
parent | b9fc6202319a6bd9b9f1ddde091e5d854a64b989 (diff) | |
download | ports-77b6b181ff77e3750f34dfacd6e77cb83b168797.tar.gz ports-77b6b181ff77e3750f34dfacd6e77cb83b168797.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gift/Makefile | 2 | ||||
-rw-r--r-- | net/jift/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/gift/Makefile b/net/gift/Makefile index 94cae5417671..dff24b7d3782 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= lioux@FreeBSD.org +BROKEN= 'Does not currently work' + GNU_CONFIGURE= yes DOC_FILES= AUTHORS COPYING ChangeLog \ diff --git a/net/jift/Makefile b/net/jift/Makefile index e69bf7c27875..07991cacabc8 100644 --- a/net/jift/Makefile +++ b/net/jift/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \ ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk12-beta +BROKEN= 'Does not currently work' + USE_ZIP= yes NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/classes |