diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
commit | eaecff08766be7a8dd9893a60d764a5dce6591f2 (patch) | |
tree | 7defb921b2bd78b27d164d4511478dbf880a83af /net/ciscoconf | |
parent | Typo. (diff) |
More USE_XLIBs.
Diffstat (limited to 'net/ciscoconf')
-rw-r--r-- | net/ciscoconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ciscoconf/Makefile b/net/ciscoconf/Makefile index 9f4f086e9b76..be55dc313298 100644 --- a/net/ciscoconf/Makefile +++ b/net/ciscoconf/Makefile @@ -3,7 +3,7 @@ # Date created: 11 September 1998 # Whom: jabley@clear.co.nz # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/11/18 22:15:06 billf Exp $ # DISTNAME= ciscoconf-1.0beta1 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ MAINTAINER= jabley@clear.co.nz +BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 ALL_TARGET= depend all MAN8= ciscoconfd.8 ciscoconfr.8 |