diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /editors/zoinks | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) | |
download | ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.tar.gz ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.zip |
- 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=209683
Diffstat (limited to 'editors/zoinks')
-rw-r--r-- | editors/zoinks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |