diff options
-rw-r--r-- | multimedia/gavl/Makefile | 9 | ||||
-rw-r--r-- | net-im/mu-conference/Makefile | 3 | ||||
-rw-r--r-- | net/g2ipmsg/Makefile | 3 | ||||
-rw-r--r-- | palm/barry/Makefile | 4 | ||||
-rw-r--r-- | polish/ekg/Makefile | 5 | ||||
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 9 | ||||
-rw-r--r-- | x11/gsynaptics/Makefile | 17 |
7 files changed, 20 insertions, 30 deletions
diff --git a/multimedia/gavl/Makefile b/multimedia/gavl/Makefile index 79ffbbe1e4fb..7c0a32a7382a 100644 --- a/multimedia/gavl/Makefile +++ b/multimedia/gavl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gavl -# Date created: 2004-08-29 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= gavl PORTVERSION= 1.4.0 @@ -16,8 +12,9 @@ COMMENT= A library for handling uncompressed video and audio data LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack USE_LDCONFIG= yes +USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-im/mu-conference/Makefile b/net-im/mu-conference/Makefile index e01c38231ef7..dd061725fba9 100644 --- a/net-im/mu-conference/Makefile +++ b/net-im/mu-conference/Makefile @@ -19,7 +19,8 @@ LICENSE= GPLv2 LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ idn:${PORTSDIR}/dns/libidn -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 +USE_PKGCONFIG= build USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= MYSQL diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile index 75cde6592696..2510792efa8b 100644 --- a/net/g2ipmsg/Makefile +++ b/net/g2ipmsg/Makefile @@ -20,9 +20,10 @@ COMMENT= A popup style message communication tool for GNOME2 USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack intltool pkgconfig \ +USE_GNOME= gnomeprefix gnomehack intlhack intltool \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis +USE_PKGCONFIG= build USE_ICONV= yes USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/palm/barry/Makefile b/palm/barry/Makefile index dece2bab9c33..b71bede9beeb 100644 --- a/palm/barry/Makefile +++ b/palm/barry/Makefile @@ -3,7 +3,7 @@ PORTNAME= barry PORTVERSION= 0.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= palm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,7 +14,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build GNU_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_CFLAGS=-I/usr/include \ OPENSSL_LIBS="-L/lib -lssl -lcrypto" diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index c17b049f9666..8aaeac38a8e2 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekg DISTVERSION= 1.8rc1 -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= polish net-im MASTER_SITES= http://ekg.chmurka.net/ @@ -15,7 +15,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= build CONFIGURE_ARGS+=--disable-shared \ --disable-static \ --enable-dynamic \ diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index d03553b46d92..df8d360268bb 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: ntfsprogs -# Date created: May 8 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# # $FreeBSD$ -# PORTNAME= ntfsprogs PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/linux-ntfs/NTFS%20Tools%20and%20Library/${PORTVERSION} @@ -20,7 +15,7 @@ BUILD_DEPENDS= fusefs-libs>2.5:${PORTSDIR}/sysutils/fusefs-libs CONFLICTS_INSTALL= fusefs-ntfs-* -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile index 42d1b9649da4..f7ca366d8ae5 100644 --- a/x11/gsynaptics/Makefile +++ b/x11/gsynaptics/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gsynaptics -# Date created: 2006-03-19 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gsynaptics PORTVERSION= 0.9.9 @@ -17,12 +13,15 @@ COMMENT= GNOME Synaptics Touchpad setting tool BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui +USE_GNOME= lthack intlhack intltool gtk20 libgnome libglade2 libgnomeui +USE_PKGCONFIG= build USE_ICONV= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes +RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -31,8 +30,4 @@ MAN1= gsynaptics.1 gsynaptics-init.1 post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |