diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-03 00:41:35 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-03 00:41:35 +0800 |
commit | 506bbe3bb2541b869755c13f60aa7ae58eda82d7 (patch) | |
tree | 4931346522c74799c3654fd52c789983c98f752a /graphics | |
parent | 0d1da3da3ef49d24e9e0cd410983252e77b1f77d (diff) | |
download | freebsd-ports-gnome-506bbe3bb2541b869755c13f60aa7ae58eda82d7.tar.gz freebsd-ports-gnome-506bbe3bb2541b869755c13f60aa7ae58eda82d7.tar.zst freebsd-ports-gnome-506bbe3bb2541b869755c13f60aa7ae58eda82d7.zip |
graphics/zimg: conflict with graphics/sekrit-twc-zimg
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sekrit-twc-zimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/zimg/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile index 148f7bf80498..7240ff08113c 100644 --- a/graphics/sekrit-twc-zimg/Makefile +++ b/graphics/sekrit-twc-zimg/Makefile @@ -17,6 +17,8 @@ LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} USE_GITHUB= yes GH_ACCOUNT= sekrit-twc +CONFLICTS_INSTALL= zimg-[0-9]* # include/zimg.h + USES= autoreconf compiler:c++11-lib gmake libtool pathfix EXTRACT_AFTER_ARGS= --exclude test/extra PATHFIX_MAKEFILEIN= Makefile.am diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index c33431b940c1..7cb78655cafc 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -12,6 +12,8 @@ COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs LIB_DEPENDS= libgd.so:graphics/gd +CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ --with-dynaload-cflags="${CFLAGS} -shared" \ |