diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-04-02 16:41:35 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-04-02 16:41:35 +0000 |
commit | e65e8ccfd23f0e3ff87eef65941c805ee94c42da (patch) | |
tree | 4931346522c74799c3654fd52c789983c98f752a /graphics/zimg | |
parent | da1b0799759f24d4adab6914a30d1cdf3301f155 (diff) | |
download | ports-e65e8ccfd23f0e3ff87eef65941c805ee94c42da.tar.gz ports-e65e8ccfd23f0e3ff87eef65941c805ee94c42da.zip |
Notes
Diffstat (limited to 'graphics/zimg')
-rw-r--r-- | graphics/zimg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" \ |