diff options
author | pav <pav@FreeBSD.org> | 2007-02-03 03:59:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-03 03:59:33 +0800 |
commit | 7f688be9a197122937c3cdf3d84fd7c077b033b9 (patch) | |
tree | ff0490cda90ad904eba14ec4d0479f7f28740720 /net-mgmt | |
parent | 1f33e541254632785b09e9813ad559a4fe080c3a (diff) | |
download | freebsd-ports-gnome-7f688be9a197122937c3cdf3d84fd7c077b033b9.tar.gz freebsd-ports-gnome-7f688be9a197122937c3cdf3d84fd7c077b033b9.tar.zst freebsd-ports-gnome-7f688be9a197122937c3cdf3d84fd7c077b033b9.zip |
- Switch dependencies to modern XFree86/Xorg ports
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ciscoconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile index dd15894fce8d..7e69aa3ad98d 100644 --- a/net-mgmt/ciscoconf/Makefile +++ b/net-mgmt/ciscoconf/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/ciscoconf/ \ MAINTAINER= jabley@automagic.org COMMENT= Fetches configuration from Cisco routers and stores them under RCS -BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 +BUILD_DEPENDS= makedepend:${X_IMAKE_PORT} ALL_TARGET= depend all MAN8= ciscoconfd.8 ciscoconfr.8 |