diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-08 11:48:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-08 11:48:01 +0800 |
commit | 265c432a9fd40b1e90628b417702d05b0221f737 (patch) | |
tree | 4c32310e42c96fc7c254bdabcb89c2e5fde14e98 /print/cups-base | |
parent | 16b0b1f0e9bde273b0121eb4b396adc59c5cb644 (diff) | |
download | freebsd-ports-gnome-265c432a9fd40b1e90628b417702d05b0221f737.tar.gz freebsd-ports-gnome-265c432a9fd40b1e90628b417702d05b0221f737.tar.zst freebsd-ports-gnome-265c432a9fd40b1e90628b417702d05b0221f737.zip |
- force build of cups-client if old cups is installed
PR: 134352
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 2 |
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) |