diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:16:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:16:06 +0000 |
commit | 0a47453c43847e9c567bc255af153f330b11945d (patch) | |
tree | fc6a14e0c2b6c660a1102f06b0c9142629680a03 /misc/gnome-user-docs/Makefile | |
parent | 4ec433d559d78ae2106976ca9d9bb2e01d0c527f (diff) |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355313
Diffstat (limited to 'misc/gnome-user-docs/Makefile')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index f5e861a32fe9..668b3144982c 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -14,9 +14,7 @@ COMMENT= GNOME 2 users guide BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USES= pkgconfig -USE_BZIP2= yes -USE_GMAKE= yes +USES= pkgconfig tar:bzip2 gmake GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomedocutils |