diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
commit | 833c3c5215747fcccc51dd346b6627c20381b9f5 (patch) | |
tree | 379420dda94f588872e3142d8e60a935e6f4a5a8 /x11-toolkits | |
parent | f3100486296fee607bc739b04624d2f0d11aa418 (diff) | |
download | freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.gz freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.zst freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index a619455d62e6..8066c8ab8669 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-gnome-extras -# Date created: 22 November 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.55 2009/11/28 05:59:04 mezz Exp $ -# PORTNAME= gnome-extras PORTVERSION= 2.25.3 @@ -24,7 +20,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ # gdl-1.2:${PORTSDIR}/x11-toolkits/gdl USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes USE_GNOME= gnomehack libgtkhtml pygnome2 libgda4 GNU_CONFIGURE= yes |