diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-06 15:46:24 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-06 15:46:24 +0000 |
commit | f394a69f086cf1dc9475a3c8555e0c755da893a4 (patch) | |
tree | 7ad9a48b02d88763cd95fc9713bc8d0c81767499 /graphics | |
parent | 17f92f37796dc95257ab4649b8110d7596caa44b (diff) | |
download | ports-f394a69f086cf1dc9475a3c8555e0c755da893a4.tar.gz ports-f394a69f086cf1dc9475a3c8555e0c755da893a4.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index fc976ceabfd1..20fad1487ae7 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ @@ -30,7 +30,7 @@ USES= iconv USE_GNOME= libxml2 USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS=" " PTHREAD_LIBS="-pthread" +CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ --with-quantum-depth="${QD}" \ --with-windows-font-dir="${WINDOWS_FONT_DIR}" |