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/node04 | |
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/node04')
-rw-r--r-- | www/node04/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/node04/Makefile b/www/node04/Makefile index cc3d09e3f8c4..1cf72f990207 100644 --- a/www/node04/Makefile +++ b/www/node04/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: node -# Date created: 2010-04-12 -# Whom: Jin-Sih Lin <linpct@gmail.com> -# +# Created by: Jin-Sih Lin <linpct@gmail.com> # $FreeBSD$ -# PORTNAME= node PORTVERSION= 0.4.12 @@ -22,7 +18,7 @@ MAN1= node.1 HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= pkgconfig +USES= pkgconfig CONFLICTS= node-0.[0-35-9]* node-devel-0.[0-9]* |