diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-23 18:35:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-23 18:35:59 +0000 |
commit | 84222d8644502e89bdf76207a5bfe62e583fa2e3 (patch) | |
tree | 434fcd756f638aa2c8010f9261258512af1e9d32 | |
parent | deb25c96226eee4b143b61c1923cb0eabb0f88bb (diff) |
Notes
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 8780377b675e..aa38a8ffcf4b 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.23 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -32,15 +32,11 @@ CONFIGURE_ENV= PTHREAD_LIBS=-lpthread INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= jpeg libtool tar:bzip2 +USES= jpeg libtool localbase tar:bzip2 PORTDATA= * PORTDOCS= * -# The OPENMP option may select gcc as compiler but on architectures -# that have switched to libc++ clang should be used for C++ code. -#CXX= c++ - # Use fonts installed by x11-fonts/webfonts by default WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts @@ -96,3 +92,7 @@ post-install-Q8BIT-on: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/filters .include <bsd.port.mk> + +# The OPENMP option may select gcc as compiler but on architectures +# that have switched to libc++ clang should be used for C++ code. +CXX= c++ |