diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:11:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:11:23 +0000 |
commit | 3f0ee0e031f1b32b1fc9935c1389ab2e640fd4b2 (patch) | |
tree | 17f022595add21e608c5d0f7f4d4c7dbee8889be | |
parent | 29982cf099f3cf98bc027aaab63da1397b3e7360 (diff) | |
download | ports-3f0ee0e031f1b32b1fc9935c1389ab2e640fd4b2.tar.gz ports-3f0ee0e031f1b32b1fc9935c1389ab2e640fd4b2.zip |
Notes
-rw-r--r-- | databases/libgdamm/Makefile | 7 | ||||
-rw-r--r-- | devel/gconfmm/Makefile | 8 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | graphics/evas_generic_loaders-svg/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 3 | ||||
-rw-r--r-- | multimedia/audacious/Makefile | 1 | ||||
-rw-r--r-- | news/pan/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lxterminal/Makefile | 2 |
8 files changed, 10 insertions, 16 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 3cbd8693a2ae..7f2758e9e690 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libglademm -# Date created: 1 Oct 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ # $MCom: ports/databases/libgdamm/Makefile,v 1.21 2010/10/23 16:04:08 kwm Exp $ -# PORTNAME= libgdamm PORTVERSION= 3.99.21 @@ -21,6 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool USE_BZIP2= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomehack libgda4 GNU_CONFIGURE= yes diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile index cab49234d341..291d1c88f8b3 100644 --- a/devel/gconfmm/Makefile +++ b/devel/gconfmm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# +# Created by: Alexander Nedotsukov <bland@mail.ru> # $FreeBSD$ -# PORTNAME= gconfmm PORTVERSION= 2.0.2 @@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack lthack gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4e5e87c9db81..55b719f207a2 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -26,7 +26,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes -USES= pathfix gettext iconv +USES= pathfix gettext iconv pkgconfig USE_GNOME= libxml2 gtk20 desktopfileutils librsvg2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/evas_generic_loaders-svg/Makefile b/graphics/evas_generic_loaders-svg/Makefile index e4e2e4c9bd95..d6ab23093da5 100644 --- a/graphics/evas_generic_loaders-svg/Makefile +++ b/graphics/evas_generic_loaders-svg/Makefile @@ -14,6 +14,7 @@ COMMENT= Additional loader for Evas (svg) LICENSE= GPLv2 +USES= pkgconfig DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 76d83da4da84..10025993d16b 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= goffice-0.10:${PORTSDIR}/devel/goffice010 \ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info -USE_GMAKE= yes +USES= desktop-file-utils gettext pathfix shared-mime-info gmake pkgconfig USE_GNOME= gnomehier gnomeprefix intlhack libgsf pygobject3 USE_PYTHON= -2.7 INSTALLS_OMF= yes diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 357367851259..36c6f8ca1034 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= mcs:${PORTSDIR}/devel/libmcs \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_XORG= x11 sm USE_BZIP2= yes diff --git a/news/pan/Makefile b/news/pan/Makefile index 3ebbed7dcfe5..a9c94d4d70a3 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/lxterminal/Makefile b/sysutils/lxterminal/Makefile index a6ad3c0eb110..6d6317d4fad7 100644 --- a/sysutils/lxterminal/Makefile +++ b/sysutils/lxterminal/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= vte:${PORTSDIR}/x11-toolkits/vte -USES= iconv +USES= iconv pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |