diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
commit | f5b6fbe1b70fe297f39bcc769228861cde6136ec (patch) | |
tree | da4032feb6a8907be09877152b16ff0a258b8c1c /x11-fm | |
parent | 639d45803df020a913622697fb894c80571e7b0d (diff) | |
download | FreeBSD-ports-f5b6fbe1b70fe297f39bcc769228861cde6136ec.zip FreeBSD-ports-f5b6fbe1b70fe297f39bcc769228861cde6136ec.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42311
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dfm/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/endeavour/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/fsv/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/gentoo/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/vide/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/workplace/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index 5d3519d..ef139dc 100644 --- a/x11-fm/dfm/Makefile +++ b/x11-fm/dfm/Makefile @@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-fm/endeavour/Makefile b/x11-fm/endeavour/Makefile index a08a586..a4b1fef 100644 --- a/x11-fm/endeavour/Makefile +++ b/x11-fm/endeavour/Makefile @@ -17,7 +17,8 @@ USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= unix diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index a7bbd32..473214a 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_X_PREFIX= yes USE_MESA= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index 67ec099..4f7a43a 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= obraun@FreeBSD.org -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index f0b336c..2952b65 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-fm/vide/Makefile b/x11-fm/vide/Makefile index 27d3d75..9e1504d 100644 --- a/x11-fm/vide/Makefile +++ b/x11-fm/vide/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim5 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H" diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index 594e3f8..41ecded 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -18,7 +18,8 @@ PATCHFILES= workplace-1.0.a3+tj1.diff.gz MAINTAINER= trevor@FreeBSD.org GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \ -I${X11BASE}/include/gtk12" \ |