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/gman | |
parent | 4ec433d559d78ae2106976ca9d9bb2e01d0c527f (diff) |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355313
Diffstat (limited to 'misc/gman')
-rw-r--r-- | misc/gman/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gman/Makefile b/misc/gman/Makefile index e88518cc5103..969e7159d9d4 100644 --- a/misc/gman/Makefile +++ b/misc/gman/Makefile @@ -23,9 +23,8 @@ RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gettext +USES= gettext gmake USE_GNOME= gtk12 -USE_GMAKE= yes MAN1= gman.1x |