diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
commit | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /editors/gedit | |
parent | 8e9b67036c221691a461cb06c98cf968f1429dc7 (diff) | |
download | freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.gz freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.zst freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index ed8747ddb332..a2bdd444e4e9 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/editors/gedit/Makefile,v 1.125 2010/09/30 19:58:54 kwm Exp $ -# PORTNAME= gedit PORTVERSION= 2.30.4 @@ -23,10 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co USE_XORG= sm USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ desktopfileutils gnomedocutils ltasneededhack |