diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-22 19:08:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-22 19:08:37 +0000 |
commit | 580851dc74f600d7bd9f38ea204f012f69f8f2e6 (patch) | |
tree | 521c29304d4a87a39df1dac8a582e1a0d3557916 /graphics/autotrace | |
parent | Fix staging when port is alredy installed on system. (diff) |
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
Notes
Notes:
svn path=/head/; revision=365687
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index fb6de2c80fc5..4c09f9ad4769 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -3,7 +3,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} @@ -18,8 +18,8 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= $$(libpng-config --I_opts) ${PTHREAD_CFLAGS} -LDFLAGS+= $$(libpng-config --L_opts) ${PTHREAD_LIBS} +CPPFLAGS+= $$(libpng-config --I_opts) +LDFLAGS+= $$(libpng-config --L_opts) INSTALL_TARGET= install-strip OPTIONS_DEFINE= IMAGEMAGICK MING PSTOEDIT |