diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 02:28:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 02:28:37 +0000 |
commit | 4a9d89f8953fe076afa01dad106dd5ebf6d4bb48 (patch) | |
tree | dfbc85d731410e20369a4c7c5d5eff62c282960f /misc/amanda-server | |
parent | df5b4dc520435af19722eeb620b1d284a1e37e55 (diff) | |
download | ports-4a9d89f8953fe076afa01dad106dd5ebf6d4bb48.tar.gz ports-4a9d89f8953fe076afa01dad106dd5ebf6d4bb48.zip |
Notes
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index e1c521ccdb66..153bdd867456 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-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 |