svn commit: r308974 - head/deskutils/xpad
Jason Helfman
jgh at FreeBSD.org
Sun Dec 16 01:25:32 UTC 2012
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 at 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 at 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>
More information about the svn-ports-head
mailing list