diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
commit | 206fd214c389e6ba3e6c0f8e026f5b942ed64f62 (patch) | |
tree | 24afad3199a8dc209bfd227906dfc48163fa1a17 /deskutils | |
parent | 9795f213f8b50e1cf5e64b82d9c8d0a30b921452 (diff) | |
download | ports-206fd214c389e6ba3e6c0f8e026f5b942ed64f62.tar.gz ports-206fd214c389e6ba3e6c0f8e026f5b942ed64f62.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-main-menu/Makefile | 9 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-evolution2/Makefile | 7 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-latex/Makefile | 8 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-reminder/Makefile | 8 |
4 files changed, 8 insertions, 24 deletions
diff --git a/deskutils/gnome-main-menu/Makefile b/deskutils/gnome-main-menu/Makefile index b7fc99622979..ddabf0ba1725 100644 --- a/deskutils/gnome-main-menu/Makefile +++ b/deskutils/gnome-main-menu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-main-menu -# Date created: 06 July 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnome-main-menu PORTVERSION= 0.9.12 @@ -20,8 +16,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \ libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` diff --git a/deskutils/libopensync-plugin-evolution2/Makefile b/deskutils/libopensync-plugin-evolution2/Makefile index 150bb9d489c3..daf846618753 100644 --- a/deskutils/libopensync-plugin-evolution2/Makefile +++ b/deskutils/libopensync-plugin-evolution2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-evolution2 -# Date created: 18 July 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= libopensync-plugin-evolution2 PORTVERSION= 0.22 @@ -20,6 +16,7 @@ CONFLICTS= libopensync-plugin-evolution2-devel-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= evolutiondataserver gconf2 .include <bsd.port.mk> diff --git a/deskutils/tomboy-plugin-latex/Makefile b/deskutils/tomboy-plugin-latex/Makefile index 51d39b298bf5..79eb8e28e9ad 100644 --- a/deskutils/tomboy-plugin-latex/Makefile +++ b/deskutils/tomboy-plugin-latex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-latex -# Date created: 2008-12-21 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= tomboy-plugin-latex PORTVERSION= 0.6 @@ -19,7 +15,7 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_TEX= latex .include <bsd.port.mk> diff --git a/deskutils/tomboy-plugin-reminder/Makefile b/deskutils/tomboy-plugin-reminder/Makefile index e5a23c3f1219..7fcc01e3b76a 100644 --- a/deskutils/tomboy-plugin-reminder/Makefile +++ b/deskutils/tomboy-plugin-reminder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-reminder -# Date created: 2008-12-21 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= tomboy-plugin-reminder PORTVERSION= 0.9.2 @@ -19,6 +15,6 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig .include <bsd.port.mk> |