Date: Sun, 16 Dec 2012 01:25:31 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308974 - head/deskutils/xpad Message-ID: <201212160125.qBG1PVOt074629@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sun Dec 16 01:25:31 2012 New Revision: 308974 URL: http://svnweb.freebsd.org/changeset/ports/308974 Log: - tighten COMMENT - use PKGCONFIG for build dependency - bring in gettext requirement Modified: head/deskutils/xpad/Makefile Modified: head/deskutils/xpad/Makefile ============================================================================== --- head/deskutils/xpad/Makefile Sat Dec 15 23:55:36 2012 (r308973) +++ head/deskutils/xpad/Makefile Sun Dec 16 01:25:31 2012 (r308974) @@ -1,15 +1,14 @@ # Created by: Guillaume Paquet <amyfoub@gmail.com> -# # $FreeBSD$ PORTNAME= xpad PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/ MAINTAINER= jgh@FreeBSD.org -COMMENT= A virtual note-pad system for your X11 desktop +COMMENT= Virtual note-pad system for your X11 desktop LICENSE= GPLv3 @@ -19,12 +18,15 @@ FETCH_ARGS= "-pRr" USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 sm -USE_GNOME= pkgconfig gtk20 gnomehier intltool +USE_GNOME= gtk20 gnomehier intltool +USE_PKGCONFIG= build INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_GETTEXT= yes + MAN1= xpad.1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212160125.qBG1PVOt074629>