diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 11:42:32 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 11:42:32 +0000 |
commit | 0f988a60494717656a2496390b24b514c25c1659 (patch) | |
tree | 019a573867008a9ff3e2c014b055955dee0683de /graphics/webp | |
parent | 2161d1b9bc8f21a69aeb0b7c7fd737b437de06aa (diff) |
Notes
Diffstat (limited to 'graphics/webp')
-rw-r--r-- | graphics/webp/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 59ff0a97444b..d39640300f6a 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -27,14 +27,8 @@ CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ OPTIONS_DEFINE= X11 OPTIONS_SUB= yes - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MX11} -USE_GL= glut -.else -CONFIGURE_ARGS+=--with-glincludedir=/dev/null -.endif +X11_USE= GL=glut +X11_CONFIGURE_OFF= --with-glincludedir=/dev/null post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwebp*.so |