diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /editors | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mousepad/Makefile | 1 | ||||
-rw-r--r-- | editors/zoinks/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index b0688d17dad3..47353d68ed6b 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -21,6 +21,5 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui -USE_XLIB= yes .include <bsd.port.mk> diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index dc0985dfeb35..14c0ea2c437d 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes pre-everything:: |