diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /deskutils | |
parent | - make YAML and XS/C required, not optional (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209583
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gxmessage/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xpad/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/gxmessage/Makefile b/deskutils/gxmessage/Makefile index 6d1843846a3f..14a8d5a82dbb 100644 --- a/deskutils/gxmessage/Makefile +++ b/deskutils/gxmessage/Makefile @@ -7,14 +7,13 @@ PORTNAME= gxmessage PORTVERSION= 2.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/ MAINTAINER= avg@icyb.net.ua COMMENT= GTK2 substitute for xmessage -USE_X_PREFIX= yes USE_GNOME= gtk20 gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index c5fc05ab8796..8830e7077fcc 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -17,7 +17,6 @@ COMMENT= A virtual note-pad system for your X11 desktop USE_BZIP2= yes USE_GNOME= pkgconfig gtk20 gnomehier intltool -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |