From 19e348eb7d76b93c0f8262df74ca3eee75d823f5 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 6 Oct 2012 10:14:25 +0000 Subject: use USE_PKGCONFIG= build Bump portrevision for ports which run-depends list changed --- x11/gsynaptics/Makefile | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'x11') 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 -# +# created by: Norikatsu Shigemura # $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 - -RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics - -.include +.include -- cgit