aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-05-08 03:48:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-05-08 03:48:01 +0000
commitcf82c28b423bae31b87fe0ada376ea0717cc72ef (patch)
tree1f70e3b0297c490be6aeef1c9753ecc188107c76 /print
parentf20a07251fbccb64068cebea9e1cc52d1ec3bff1 (diff)
downloadports-cf82c28b423bae31b87fe0ada376ea0717cc72ef.tar.gz
ports-cf82c28b423bae31b87fe0ada376ea0717cc72ef.zip
- force build of cups-client if old cups is installed
PR: 134352
Notes
Notes: svn path=/head/; revision=233406
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 141b1409c2ba..78a887d91368 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -73,6 +73,8 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client
+# force build if old cups is installed.
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libcups.a:${PORTSDIR}/${PKGCATEGORY}/cups-client
.endif
.if defined(CUPS_OVERWRITE_BASE)