svn commit: r308975 - head/deskutils/xpad-current

Jason Helfman jgh at FreeBSD.org
Sun Dec 16 01:27:02 UTC 2012


Author: jgh
Date: Sun Dec 16 01:27:01 2012
New Revision: 308975
URL: http://svnweb.freebsd.org/changeset/ports/308975

Log:
  - updated header with creation
  - use PKGCONFIG for building

Modified:
  head/deskutils/xpad-current/Makefile

Modified: head/deskutils/xpad-current/Makefile
==============================================================================
--- head/deskutils/xpad-current/Makefile	Sun Dec 16 01:25:31 2012	(r308974)
+++ head/deskutils/xpad-current/Makefile	Sun Dec 16 01:27:01 2012	(r308975)
@@ -1,14 +1,15 @@
+# Created by: Jaosn Helfman <jgh at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	xpad
 PORTVERSION=	4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
 PKGNAMESUFFIX=	-current
 
 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
 
@@ -16,7 +17,8 @@ CONFLICTS_INSTALL=	xpad-[0-9]*
 FETCH_ARGS=	-p
 USE_BZIP2=	yes
 USE_XORG=	x11 sm
-USE_GNOME=	pkgconfig gtk20 gnomehier intltool
+USE_GNOME=	gtk20 gnomehier intltool
+USE_PKGCONFIG=	build
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list