diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-28 21:35:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-28 21:35:50 +0800 |
commit | 7d4d992f58fbb1dceda6e4633f41f9848ed0d3f9 (patch) | |
tree | e6f68ff6d26781278819bd2dbc275e099028c1cf /www/netsurf | |
parent | 8606d16f58b1a517c92c3d9bb63d99e19ace6910 (diff) | |
download | freebsd-ports-gnome-7d4d992f58fbb1dceda6e4633f41f9848ed0d3f9.tar.gz freebsd-ports-gnome-7d4d992f58fbb1dceda6e4633f41f9848ed0d3f9.tar.zst freebsd-ports-gnome-7d4d992f58fbb1dceda6e4633f41f9848ed0d3f9.zip |
- Stage support
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 802a6d4f96c3..943729eda712 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -35,7 +35,6 @@ OPTIONS_DEFINE= GSTREAMER WEBP WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGSTREAMER} |