aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 14:30:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 14:30:42 +0000
commita4bf97bf7c69ca10f5eaa6ead72c1c38be76e8c5 (patch)
tree5cc091f165440702c8cb9202fa67a718a3b91ef0
parent67c3ce47d7c1ca69ba10c11644a0460191642ec6 (diff)
downloadports-a4bf97bf7c69ca10f5eaa6ead72c1c38be76e8c5.tar.gz
ports-a4bf97bf7c69ca10f5eaa6ead72c1c38be76e8c5.zip
Notes
-rw-r--r--astro/glunarclock/Makefile2
-rw-r--r--databases/mergeant/Makefile3
-rw-r--r--deskutils/global-menu/Makefile2
-rw-r--r--deskutils/gnote/Makefile3
-rw-r--r--multimedia/gxmms/Makefile3
-rw-r--r--net-im/pidgin-bs/Makefile10
6 files changed, 7 insertions, 16 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile
index bf992cc10491..3889f9ad3035 100644
--- a/astro/glunarclock/Makefile
+++ b/astro/glunarclock/Makefile
@@ -13,7 +13,7 @@ COMMENT= GNOME applet that displays the current phase of the Moon
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
-USES= pathfix gettext gmake
+USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile
index 7d1d0123f17b..4c85d2178ccb 100644
--- a/databases/mergeant/Makefile
+++ b/databases/mergeant/Makefile
@@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Provide uniform access to data sources for the GNOME 2 environment
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= pathfix gettext
+USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomedb
USE_PERL5= yes
GNU_CONFIGURE= yes
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile
index 8e56f8f99e51..f4183916f14a 100644
--- a/deskutils/global-menu/Makefile
+++ b/deskutils/global-menu/Makefile
@@ -17,7 +17,7 @@ USE_GNOME= gnomepanel gnomedesktop
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_AUTOTOOLS= libtool automake:env autoheader:env
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index 16cf463cfb6f..87326c0114e7 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -19,11 +19,10 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
boost_filesystem:${PORTSDIR}/devel/boost-libs \
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
-USE_GMAKE= yes
USE_XZ= yes
USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \
ltverhack gnomepanel
-USES= gettext
+USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
GCONF_SCHEMAS= gnote.schemas
USE_AUTOTOOLS= libtool
diff --git a/multimedia/gxmms/Makefile b/multimedia/gxmms/Makefile
index 96f0ba97fdb2..28523a079d91 100644
--- a/multimedia/gxmms/Makefile
+++ b/multimedia/gxmms/Makefile
@@ -10,9 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= c.petrik.sosa@gmail.com
COMMENT= Simple GNOME panel applet for controlling XMMS
-USE_GMAKE= yes
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
-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/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile
index ce4ea833e8b6..f6addf2a4d8c 100644
--- a/net-im/pidgin-bs/Makefile
+++ b/net-im/pidgin-bs/Makefile
@@ -17,15 +17,9 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
-USES= gettext gmake
+USES= gettext gmake pkgconfig
USE_BZIP2= yes
USE_GNOME= gtk20
USE_LDCONFIG= ${PREFIX}/lib/pidgin
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN= configure fails on 6.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>