diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-18 22:21:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-18 22:21:23 +0800 |
commit | 6105119907f67c770dbe500bed311f4b72d00c68 (patch) | |
tree | 416ba52cb5f2306ef28dc9b67e2fbb814ab1d088 /print | |
parent | e533ae80bc868161ad0abb6bbd22a69c1d6818e0 (diff) | |
download | freebsd-ports-graphics-6105119907f67c770dbe500bed311f4b72d00c68.tar.gz freebsd-ports-graphics-6105119907f67c770dbe500bed311f4b72d00c68.tar.zst freebsd-ports-graphics-6105119907f67c770dbe500bed311f4b72d00c68.zip |
- move RUN_DEPENDS to BUILD_DEPENDS
PR: 106862
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 1d6d738bc50..1c234c9d067 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -16,8 +16,8 @@ DISTFILES= # empty MAINTAINER= dinoex@FreeBSD.org COMMENT= Common UNIX Printing System: Metaport to install complete system -RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster \ - cupsd:${PORTSDIR}/print/cups-base +BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ + cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base NO_BUILD= yes NO_INSTALL= yes |