diff options
author | alane <alane@FreeBSD.org> | 2002-08-18 17:40:42 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-08-18 17:40:42 +0000 |
commit | b0c4416ad4f9b3c08fb5e2887a75f4771a39fff6 (patch) | |
tree | 4c7f625a53cf8a44b5913a33b38908263b5f46fa /print/cups | |
parent | 6f5a704a81e12163837b4434bd5b1236042e7c6f (diff) | |
download | FreeBSD-ports-b0c4416ad4f9b3c08fb5e2887a75f4771a39fff6.zip FreeBSD-ports-b0c4416ad4f9b3c08fb5e2887a75f4771a39fff6.tar.gz |
POLA: if user says to make a package, package the constituent cups-* ports.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index d41071d..f65cbd5 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -18,6 +18,10 @@ LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base RUN_DEPENDS?= espgs:${.CURDIR}/../../print/cups-pstoraster \ ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr +.if make(package) +DEPENDS_TARGET="package" +.endif + NO_BUILD= true do-install: # empty do-patch: # empty |