diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /deskutils | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-graphics-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-graphics-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-graphics-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
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 6d1843846a3..14a8d5a82db 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 c5fc05ab879..8830e7077fc 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" |