diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 10:28:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 10:28:37 +0800 |
commit | 9be32ece5317e9143e6e43b35a1e8eb5269f6579 (patch) | |
tree | 768ff27fe48343843e4f2443aa3f4d0da3a0df5f /misc/amanda25-server | |
parent | 80021a923b4fe218d01cb475e5a4fdf2396543f1 (diff) | |
download | freebsd-ports-gnome-9be32ece5317e9143e6e43b35a1e8eb5269f6579.tar.gz freebsd-ports-gnome-9be32ece5317e9143e6e43b35a1e8eb5269f6579.tar.zst freebsd-ports-gnome-9be32ece5317e9143e6e43b35a1e8eb5269f6579.zip |
This port is currently broken due to gtk11.m4 problems.
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index e1c521ccdb66..153bdd867456 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -3,7 +3,7 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/06/06 09:21:25 asami Exp $ +# $Id: Makefile,v 1.18 1998/06/29 06:42:09 cwt Exp $ # DISTNAME= amanda-2.4.0p1 @@ -15,6 +15,8 @@ MAINTAINER= cwt@FreeBSD.ORG BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +BROKEN= gtk11.m4 + WRKSRC= ${WRKDIR}/amanda-2.4.0p1 NO_LATEST_LINK= yes GNU_CONFIGURE= yes |