diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-02-11 20:52:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-02-11 20:52:37 +0800 |
commit | 7c36373fa79f04fd0f6f495af0c06369f3c34e93 (patch) | |
tree | e6556b9134a1522f2eaf13ba2884e02fb7251170 /print/cups-base | |
parent | 81fffefe7e6190f1cd87e13aa3b9f457ef71fbb7 (diff) | |
download | freebsd-ports-gnome-7c36373fa79f04fd0f6f495af0c06369f3c34e93.tar.gz freebsd-ports-gnome-7c36373fa79f04fd0f6f495af0c06369f3c34e93.tar.zst freebsd-ports-gnome-7c36373fa79f04fd0f6f495af0c06369f3c34e93.zip |
- add CONFLICTS with print/cupsddk
Submitted by: Max Brazhnikov
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index b194e75d5f53..6160509cfc10 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -85,6 +85,7 @@ USE_LDCONFIG= yes PKGMESSAGE= ${NONEXISTENT} DESCR= ${MASTERDIR}/pkg-descr.image .else +CONFLICTS+= cupsddk-* CUPS_SUFFIX= -base LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ cupsimage.2:${PORTSDIR}/${PKGCATEGORY}/cups-image |