diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
commit | 800ef6c0b0033de28d4551a8dcefcd27457c8c54 (patch) | |
tree | a2573d557d1ace5b1d34469db85b45662cb23d95 /misc | |
parent | Use USE_GNOMENG. (diff) |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Notes
Notes:
svn path=/head/; revision=63003
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libelysium/Makefile | 3 | ||||
-rw-r--r-- | misc/mc/Makefile | 3 | ||||
-rw-r--r-- | misc/pybliographer/Makefile | 3 | ||||
-rw-r--r-- | misc/xdelta/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/misc/libelysium/Makefile b/misc/libelysium/Makefile index c838d2bf6830..7f547a5c5d89 100644 --- a/misc/libelysium/Makefile +++ b/misc/libelysium/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://elysium.zoned.net/${PORTNAME}/ MAINTAINER= sobomax@FreeBSD.org -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 8c4e34a48d53..e723312376be 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .endif USE_GMAKE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes .if defined(WITH_SLANG) CONFIGURE_ARGS= --with-slang --without-gnome --with-edit diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile index 74eab4911a96..a3f85641d6a5 100644 --- a/misc/pybliographer/Makefile +++ b/misc/pybliographer/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py- RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ recode:${PORTSDIR}/converters/recode -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_PYTHON= yes USE_GNOME= yes USE_X_PREFIX= yes diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 5010b7ce0e04..081413027153 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= c9710216@atlas.newcastle.edu.au -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |