diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /editors | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.zst freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.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/nedit/Makefile | 5 | ||||
-rw-r--r-- | editors/texmacs/Makefile | 3 | ||||
-rw-r--r-- | editors/vigor/Makefile | 4 |
3 files changed, 5 insertions, 7 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} diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 56dae0762a63..13c7c4b672cc 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.6.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ @@ -24,7 +24,6 @@ LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base -USE_XLIB= yes USE_PYTHON= yes USE_ICONV= yes REINPLACE_ARGS= -i "" diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 951aea7aff6b..454fc019b457 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -7,7 +7,7 @@ PORTNAME= vigor PORTVERSION= 0.016 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors tk84 tcl84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ USE_TCL= yes USE_TCL_BUILD= yes USE_TK= yes USE_TK_BUILD= yes -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-transform-name="s,0,1," CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" |