diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-26 06:44:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-26 06:44:48 +0800 |
commit | 7b56c40b952a22521dd35f39e00fcfbb408463b5 (patch) | |
tree | 222501a00a140e899e2e4288740c3089e3cf5b18 /textproc | |
parent | 6939c2c931da3bc739154509bd6d2fc1c519f3b6 (diff) | |
download | freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.gz freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.zst freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Ebnf2ps/Makefile | 2 | ||||
-rw-r--r-- | textproc/gxmlviewer/Makefile | 1 | ||||
-rw-r--r-- | textproc/iiimf-gnome-im-switcher/Makefile | 1 | ||||
-rw-r--r-- | textproc/iiimf-gtk/Makefile | 1 | ||||
-rw-r--r-- | textproc/iiimf-le-unit/Makefile | 2 | ||||
-rw-r--r-- | textproc/iiimf-x/Makefile | 2 | ||||
-rw-r--r-- | textproc/sagasu/Makefile | 1 |
7 files changed, 3 insertions, 7 deletions
diff --git a/textproc/Ebnf2ps/Makefile b/textproc/Ebnf2ps/Makefile index 420331a3517c..88769348e1f3 100644 --- a/textproc/Ebnf2ps/Makefile +++ b/textproc/Ebnf2ps/Makefile @@ -21,7 +21,7 @@ BROKEN= Does not build WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 USE_SUBMAKE= yes MAKE_ENV+= X11BASE=${X11BASE} diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index 57e96af661f0..397609558fe6 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well -USE_XLIB= yes USE_GNOME= bonobo gnomehack gnomelibs gnomeprefix libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/textproc/iiimf-gnome-im-switcher/Makefile b/textproc/iiimf-gnome-im-switcher/Makefile index 0a84acf375ef..d0f33ad7f1f5 100644 --- a/textproc/iiimf-gnome-im-switcher/Makefile +++ b/textproc/iiimf-gnome-im-switcher/Makefile @@ -18,7 +18,6 @@ COMMENT= IIIMF gnome input method switcher ONLY_FOR_ARCHS= i386 -USE_XLIB= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile index 4b84586e8ae6..d3eccc07e867 100644 --- a/textproc/iiimf-gtk/Makefile +++ b/textproc/iiimf-gtk/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib \ ONLY_FOR_ARCHS= i386 -USE_XLIB= yes USE_BZIP2= yes USE_ICONV= yes USE_GETTEXT= yes diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile index 29055b8e40f3..ecac30ac028f 100644 --- a/textproc/iiimf-le-unit/Makefile +++ b/textproc/iiimf-le-unit/Makefile @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes USE_GNOME= libxml2 -USE_XLIB= yes +USE_XORG= x11 USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 4049b059ae9e..a1b78b57ce2c 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 ice xt USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index d453824e43ad..fae2bdbbf2cb 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME tool to find strings in a set of files -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GETTEXT= yes USE_GMAKE= yes |