diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-01 14:43:52 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-01 14:43:52 +0000 |
commit | 18f4434a1ef5e7aa8743267267abd4abc1f02a00 (patch) | |
tree | d15475240ad6c36fe30368819866fffe244fd83a /net-p2p | |
parent | Bump PORTREVISION now that ps2epsi has been fixed. (diff) |
It checks for binary at build time, move from run to build dependency
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index 4c5f2015f370..34f66736a63b 100644 --- a/net-p2p/dctc-gui/Makefile +++ b/net-p2p/dctc-gui/Makefile @@ -14,7 +14,7 @@ DISTNAME= dc_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org -RUN_DEPENDS= dctc:${PORTSDIR}/net/dctc +BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ iconv.2:${PORTSDIR}/converters/iconv \ intl.1:${PORTSDIR}/devel/gettext |