diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /editors | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) |
- 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=209620
Diffstat (limited to 'editors')
-rw-r--r-- | editors/aee/Makefile | 3 | ||||
-rw-r--r-- | editors/mlview/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 5 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 5 |
4 files changed, 7 insertions, 9 deletions
diff --git a/editors/aee/Makefile b/editors/aee/Makefile index 54c9bfdcc7d2..fb4cd6671965 100644 --- a/editors/aee/Makefile +++ b/editors/aee/Makefile @@ -7,6 +7,7 @@ PORTNAME= aee PORTVERSION= 2.2.15b +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://mahon.cwx.net/sources/ @@ -21,7 +22,7 @@ OPTIONS= XAE "Build X11 version 'xae'" off ALL_TARGET= main PLIST_SUB= XAE="@comment " .else -USE_XLIB= yes +USE_XORG= x11 ALL_TARGET= both PLIST_SUB= XAE="" .endif diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 18a3f2aa80c8..eee8e9f1549c 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -7,7 +7,7 @@ PORTNAME= mlview PORTVERSION= 0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,6 @@ MAINTAINER= barner@FreeBSD.org COMMENT= A tree oriented XML editor for Gnome USE_BZIP2= yes -USE_X_PREFIX= yes USE_AUTOTOOLS= autoconf:261 libtool:15 USE_GNOME= eel2 gnomehack gnomeprefix gtksourceview USE_GMAKE= yes diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index 728e11760ee6..40f57ac0f011 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs-devel-mule PORTVERSION= ${XEMACS_VER:S/-/./} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -43,8 +43,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ compface.1:${PORTSDIR}/mail/faces -USE_XLIB= yes -USE_XPM= yes +USE_XORG= xpm CONFIGURE_ARGS= --with-xpm .endif diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 4a64e53c0c1a..f6bb1bd8c554 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs-mule PORTVERSION= ${XEMACS_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -48,8 +48,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes USE_GETTEXT= yes -USE_XLIB= yes -USE_XPM= yes +USE_XORG= xpm STRIP= USE_AUTOTOOLS= autoconf:213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd |