diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 15:43:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 15:43:05 +0000 |
commit | 12f20ebe33c63b2156aa04d2d03e21e5ab96d335 (patch) | |
tree | 157d6235f9a265aa1f1138cd4f9fd22475afed7a /misc | |
parent | e52bf0cb0ffcb5d7942fdf4cf9e8413948c20f61 (diff) | |
download | ports-12f20ebe33c63b2156aa04d2d03e21e5ab96d335.tar.gz ports-12f20ebe33c63b2156aa04d2d03e21e5ab96d335.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-devel-docs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile index 14050600ef19..bccbc837615a 100644 --- a/misc/gnome-devel-docs/Makefile +++ b/misc/gnome-devel-docs/Makefile @@ -14,11 +14,9 @@ COMMENT= Documents targeted for GNOME developers BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gnomehier INSTALLS_OMF= yes -NO_STAGE= yes .include <bsd.port.mk> |