diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:32:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:32:33 +0800 |
commit | c0dfe266b6cdb135046bc3318c41e490727e285a (patch) | |
tree | bd2dadbb23b80c0e52bb04cab69b59f5404abd5f /misc/sword | |
parent | 1d6906acb47ec8516d8e2b9676289ebaca7e7a65 (diff) | |
download | freebsd-ports-gnome-c0dfe266b6cdb135046bc3318c41e490727e285a.tar.gz freebsd-ports-gnome-c0dfe266b6cdb135046bc3318c41e490727e285a.tar.zst freebsd-ports-gnome-c0dfe266b6cdb135046bc3318c41e490727e285a.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
Convert USE_PERL5 to USES=perl5
Diffstat (limited to 'misc/sword')
-rw-r--r-- | misc/sword/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index ba26986c282c..b442c26e834d 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit USE_GCC= any -USE_GNOME= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoconf CONFIGURE_ARGS+= --without-conf --with-zlib |