diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-24 00:00:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-24 00:00:14 +0800 |
commit | e4f5d43048082ad3d220f2ae5cdb94e629c7904f (patch) | |
tree | a0954b31e357e43f6adbb3665be81527f356beeb /graphics | |
parent | 4ae07897832a45f345e4507f8a9c9ba1a2dbf007 (diff) | |
download | freebsd-ports-gnome-e4f5d43048082ad3d220f2ae5cdb94e629c7904f.tar.gz freebsd-ports-gnome-e4f5d43048082ad3d220f2ae5cdb94e629c7904f.tar.zst freebsd-ports-gnome-e4f5d43048082ad3d220f2ae5cdb94e629c7904f.zip |
- Stageify
- Take maintainership of a few ports
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pecl-gmagick/Makefile | 1 | ||||
-rw-r--r-- | graphics/pecl-imagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/pecl-imlib2/Makefile | 1 | ||||
-rw-r--r-- | graphics/pecl-qrencode/Makefile | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index adaa3bd0af76..d0175a0dc52b 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -21,5 +21,4 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --with-gmagick=${LOCALBASE} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 10b2eddf5a5f..8da1e1204d5b 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -20,11 +20,9 @@ LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 .endif - USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --with-imagick=${LOCALBASE} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pecl-imlib2/Makefile b/graphics/pecl-imlib2/Makefile index c4a12b1b3fb0..8ed433837fe1 100644 --- a/graphics/pecl-imlib2/Makefile +++ b/graphics/pecl-imlib2/Makefile @@ -23,7 +23,6 @@ USE_EFL= imlib2 # imlib2 extension doesn't need X related functions in libImlib2 CFLAGS+= -DX_DISPLAY_MISSING -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/-ldl//' ${WRKSRC}/config.m4 @${REINPLACE_CMD} -e '/Xlib.h/d' ${WRKSRC}/php_imlib2.h diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile index deee76d8d056..79b5db8e5576 100644 --- a/graphics/pecl-qrencode/Makefile +++ b/graphics/pecl-qrencode/Makefile @@ -22,5 +22,4 @@ CONFIGURE_ARGS= --with-qrencode=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> |