diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-14 06:18:09 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-14 06:18:09 +0000 |
commit | a6f8374d1027d95ecdf3e1d85ba55512dc3dd749 (patch) | |
tree | 36c728691a4bad47464a21409e02355920abb796 /print | |
parent | 2c5577b377abbad7d56a69fd9e5c56a23e2e83c6 (diff) |
print/cups-filters, print/foomatic-filters: add CONFLICTS
PR: 207172
Submitted by: admin@vladiom.com.ua
Notes
Notes:
svn path=/head/; revision=408847
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 2 | ||||
-rw-r--r-- | print/foomatic-filters/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 6f2e5f2761ad..34668c56139d 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler +CONFLICTS= foomatic-filters-4* + USES= compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index babe33c44b1e..9400d8727e5f 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +CONFLICTS= cups-filters-1.8* + USES= autoreconf ghostscript perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \ |