diff options
author | pi <pi@FreeBSD.org> | 2016-02-14 14:18:09 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-02-14 14:18:09 +0800 |
commit | 021685d45839aac91d8f0b7fc5fb6fd3955f2ace (patch) | |
tree | 36c728691a4bad47464a21409e02355920abb796 /print | |
parent | 19806d1fd82de095b61983eedc6e7c271bba2bcb (diff) | |
download | freebsd-ports-gnome-021685d45839aac91d8f0b7fc5fb6fd3955f2ace.tar.gz freebsd-ports-gnome-021685d45839aac91d8f0b7fc5fb6fd3955f2ace.tar.zst freebsd-ports-gnome-021685d45839aac91d8f0b7fc5fb6fd3955f2ace.zip |
print/cups-filters, print/foomatic-filters: add CONFLICTS
PR: 207172
Submitted by: admin@vladiom.com.ua
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 \ |