diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 01:02:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 01:02:27 +0800 |
commit | 312f708f3dd424d006051aa86e530882f287e1df (patch) | |
tree | 34b963cf27ec0ddee2ed1a6ac00d711bf054b4a2 /editors | |
parent | dc824ff241fba7ff39d6f0635402252a465c32c4 (diff) | |
download | freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.tar.gz freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.tar.zst freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.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/gphpedit/Makefile | 1 | ||||
-rw-r--r-- | editors/hte/Makefile | 3 | ||||
-rw-r--r-- | editors/leafpad/Makefile | 1 | ||||
-rw-r--r-- | editors/morla/Makefile | 2 | ||||
-rw-r--r-- | editors/winefish/Makefile | 1 |
5 files changed, 3 insertions, 5 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index 0685b6af907b..b91b01448ea2 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -19,7 +19,6 @@ COMMENT= PHP, HTML and CSS development environment for GNOME 2.x USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_GCC= 3.4+ -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 42de5ee8308d..7c8b2a1814af 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -8,6 +8,7 @@ PORTNAME= hte PORTVERSION= 2.0.12 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF DISTNAME= ht-${PORTVERSION} @@ -31,7 +32,7 @@ BROKEN= Does not build on ia64 PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--disable-x11-textmode .else -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-L${X11BASE}/lib" .endif diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 145742936f1b..4325a624db7b 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -18,7 +18,6 @@ COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 desktopfileutils intlhack USE_GCC= 3.4 USE_GETTEXT= YES -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ PTHREAD_LIB="${PTHREAD_LIBS}" diff --git a/editors/morla/Makefile b/editors/morla/Makefile index c38b8fcdd54b..27d36c78ead7 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,6 +7,7 @@ PORTNAME= morla PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -20,7 +21,6 @@ LIB_DEPENDS= nxml.18:${PORTSDIR}/textproc/libnxml \ BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I/${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GETTEXT= yes diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 0792079f9777..70c19a1c21c4 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -32,7 +32,6 @@ GNU_CONFIGURE= yes USE_GCC= 3.3+ USE_GMAKE= yes USE_GNOME= libgnomeui desktopfileutils gnomehier -USE_XLIB= yes OPTIONS= CONTEXT "Enable ConTexT support (Experimental)" off \ VNTEX "Vietnamese TeX user" off \ |