diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:47:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:47:19 +0800 |
commit | b8efe6dc99ef7e6cd677803d427d39271b67184f (patch) | |
tree | 2e7f58bab2656a342fe55891f36f05f7c45fa14a /www/nspluginwrapper | |
parent | 8b60dc81103286c6c94aacb99e23e2e3edd4a996 (diff) | |
download | freebsd-ports-gnome-b8efe6dc99ef7e6cd677803d427d39271b67184f.tar.gz freebsd-ports-gnome-b8efe6dc99ef7e6cd677803d427d39271b67184f.tar.zst freebsd-ports-gnome-b8efe6dc99ef7e6cd677803d427d39271b67184f.zip |
Eradicate USE_GNOME=pkgconfig from www
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'www/nspluginwrapper')
-rw-r--r-- | www/nspluginwrapper/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index ed671fc2bee8..3b6810d73b65 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nspluginwrapper -# Date created: 30 March 2007 -# Whom: Dave Grochowski -# +# Created by: Dave Grochowski # $FreeBSD$ -# PORTNAME= nspluginwrapper PORTVERSION= 1.4.4 @@ -29,7 +25,8 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= gtk2 USE_XORG= x11 xext xt -USE_GNOME= glib20 gtk20 pkgconfig +USES= pkgconfig +USE_GNOME= glib20 gtk20 CFLAGS+= -std=c99 |