diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-29 22:13:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-29 22:13:58 +0800 |
commit | d4e9b5ffff3cc18cc06a4846af7a53bd269cf40b (patch) | |
tree | 9c53805e3ae3669c10ea80649fe166737b7255a9 /graphics | |
parent | d159749e64227ccab7591b6d8ead24cde83bd9b2 (diff) | |
download | freebsd-ports-gnome-d4e9b5ffff3cc18cc06a4846af7a53bd269cf40b.tar.gz freebsd-ports-gnome-d4e9b5ffff3cc18cc06a4846af7a53bd269cf40b.tar.zst freebsd-ports-gnome-d4e9b5ffff3cc18cc06a4846af7a53bd269cf40b.zip |
Adding missing bits from previous commit
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index fc60e43015ac..6924a25ad32b 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -41,10 +41,14 @@ CONFIGURE_ARGS+= --without-magick .if ${PORT_OPTIONS:MMING} LIB_DEPENDS+= ming:${PORTSDIR}/graphics/ming CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ming +.else +CONFIGURE_ENV+= ac_cv_header_ming_h=no .endif .if ${PORT_OPTIONS:MPSTOEDIT} LIB_DEPENDS+= pstoedit:${PORTSDIR}/graphics/pstoedit +.else +CONFIGURE_ARGS+= --without-pstoedit .endif post-patch: |