aboutsummaryrefslogtreecommitdiff
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-22 19:08:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-22 19:08:37 +0000
commit580851dc74f600d7bd9f38ea204f012f69f8f2e6 (patch)
tree521c29304d4a87a39df1dac8a582e1a0d3557916 /graphics/autotrace
parentef20f8e1b6899c9140b88a50aa92f043816b5d11 (diff)
downloadports-580851dc74f600d7bd9f38ea204f012f69f8f2e6.tar.gz
ports-580851dc74f600d7bd9f38ea204f012f69f8f2e6.zip
- 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/Makefile6
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