diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-04 17:19:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-04 17:19:38 +0000 |
commit | c10874ab9ce1b54c4bb57d5c1c7075ae4bddef7f (patch) | |
tree | 713c89fee852d928fb08987872a52f8f8b208b1e | |
parent | Update ports to version 1.2.3. (diff) |
Convert to USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=62434
-rw-r--r-- | devel/ORBit/Makefile | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 8 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 3 |
4 files changed, 9 insertions, 10 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index db1658395785..2ce7e189ee01 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 INSTALLS_SHLIB= yes USE_LIBTOOL= yes LIBTOOLFILES= configure popt/configure libIDL/configure diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 46be30200b49..b4c85e4d306b 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GTK= yes -USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack gtk12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ @@ -35,8 +35,4 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} BUILD_CANVAS?= no -pre-patch: - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/aclocal|(prefix)/share/aclocal|g' - .include <bsd.port.mk> diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 5b3dd5392a3e..1b196c5019bf 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules \ @@ -34,6 +35,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= imlib-config.1 imlib_config.1 pre-configure: - ${PERL} -pi -e "s^%%LOCALBASE%%^${LOCALBASE}^" ${WRKSRC}/imlib-config.in + ${REINPLACE_CMD} -e "s^%%LOCALBASE%%^${LOCALBASE}^" ${WRKSRC}/imlib-config.in .include <bsd.port.mk> diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 03e3a3538918..62adfd0b0f08 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_PERL5= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix |