diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:36:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:36:06 +0800 |
commit | 7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (patch) | |
tree | 2a67207c2dbeb37d50b95f79c2ff5193eab39357 /editors | |
parent | 8df0ab61203bcfbd7ed817228165c386df39d9d1 (diff) | |
download | freebsd-ports-gnome-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.tar.gz freebsd-ports-gnome-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.tar.zst freebsd-ports-gnome-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.zip |
Deploy USE_GNOMENG infrastructure
PR: 42197
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad+/Makefile | 6 | ||||
-rw-r--r-- | editors/gxedit/Makefile | 3 | ||||
-rw-r--r-- | editors/manedit/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 3 |
6 files changed, 13 insertions, 8 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 59e38e2f11d0..bd8c8f52a770 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -21,7 +21,7 @@ DOCVERSION= 1.2.0 USE_X_PREFIX= yes USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -40,8 +40,8 @@ post-extract: @${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs .endif -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= gtk12 .else CONFIGURE_ARGS+=--disable-gnome .endif diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 80d2535d4c80..3e7c324ee4f4 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -15,7 +15,8 @@ DISTNAME= GXedit${PORTVERSION} MAINTAINER= dom@happygiraffe.net USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 ALL_TARGET= gxedit diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index a24c5b680ad0..163bac42f2f7 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_BZIP2= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKEFILE= Makefile.FreeBSD MAN1= manedit.1 diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index aa95e974065d..ccc561879c6b 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -107,7 +107,8 @@ WITH_DIALOGS= --with-dialogs=motif .if defined(WANT_GTK) WITH_GTK= --with-gtk=yes WITH_XPM= --with-xpm=no -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= no .endif diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 560c56d5b17f..7b513e5ca54b 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -83,7 +83,8 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .if defined(WANT_GTK) WITH_GTK= --with-gtk=yes \ --with-xpm=no -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= no .endif diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 560c56d5b17f..7b513e5ca54b 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -83,7 +83,8 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .if defined(WANT_GTK) WITH_GTK= --with-gtk=yes \ --with-xpm=no -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= no .endif |