diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /editors/nedit | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | freebsd-ports-5afc678aac11dcb929706121d1fec2707a1e8e54.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/nedit')
-rw-r--r-- | editors/nedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 5cd14bc9a97a..4d9b26e1e4de 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= nedit PORTVERSION= 5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.nedit.org/pub/NEdit/v5_5/ \ ftp://ftp.nedit.org/pub/NEdit/contrib/misc/ \ @@ -21,8 +21,7 @@ COMMENT= An X11/Motif GUI text editor for programs and plain text files USE_BZIP2= yes USE_MOTIF= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} |