diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
commit | 19e348eb7d76b93c0f8262df74ca3eee75d823f5 (patch) | |
tree | b45a9e6bff1c1bc567d44b09b71e104d7da6208e /x11 | |
parent | 86c2e0b312003fb029fa298ece1a736182da10d6 (diff) | |
download | freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.gz freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.zst freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.zip |
use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gsynaptics/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
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> |