diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 135776951ec27858cec633271bc65e3e49745f01 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /misc/gnome-user-docs | |
parent | 403f9e420456633793408637949b5119d9c957d8 (diff) | |
download | freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.gz freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.zst freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'misc/gnome-user-docs')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index e3a0e3796cd6..25a1aec54cc6 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeuserdocs2 -# Date created: 07 July 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/misc/gnome-user-docs/Makefile,v 1.62 2010/09/30 06:07:30 kwm Exp $ -# PORTNAME= gnome-user-docs PORTVERSION= 2.32.0 @@ -18,8 +14,8 @@ 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_PKGCONFIG= build USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes |