diff options
author | garga <garga@FreeBSD.org> | 2013-09-02 17:45:00 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-09-02 17:45:00 +0800 |
commit | 753a45ccad0420f4862a7c9b142f2dbba12fb0b9 (patch) | |
tree | f3e5120082665ff48535d573c7d999d9f3c937a8 /net | |
parent | e17fe0608069596856899f748fd17841e214b700 (diff) | |
download | freebsd-ports-gnome-753a45ccad0420f4862a7c9b142f2dbba12fb0b9.tar.gz freebsd-ports-gnome-753a45ccad0420f4862a7c9b142f2dbba12fb0b9.tar.zst freebsd-ports-gnome-753a45ccad0420f4862a7c9b142f2dbba12fb0b9.zip |
Change my ports to USES (gmake|perl5)
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnd/Makefile | 2 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 2 | ||||
-rw-r--r-- | net/xmlrpc-c/Makefile | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 84e842cb71af..b0a7441a0cf5 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -14,8 +14,8 @@ LICENSE= GPLv2 OPTIONS_DEFINE= EXAMPLES +USES= gmake USE_XORG= ice sm x11 xext xpm -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dummy-driver diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index fb67fe7316d7..bc9e1013c891 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -21,8 +21,8 @@ CPLUSPLUS_DESC= Build xmlrpc-c c++ libs and tools CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* +USES= gmake USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile MAKE_JOBS_UNSAFE= yes diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 10a5b2af30bc..5df32ae647e9 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -20,8 +20,7 @@ LIBWWW_DESC= Compile with libwww support CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 USE_AUTOTOOLS= libtool:env GNU_CONFIGURE= yes MAKEFILE= GNUmakefile |