diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-16 01:21:56 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-16 01:21:56 +0800 |
commit | dd64660abd3e50f55c43bf3cc6422312929afacc (patch) | |
tree | 382a45fd59d5b83c2dfb6b94958fb359d5214917 /net | |
parent | baa62d89b811800e4c8eb24f17b0f2c072267300 (diff) | |
download | freebsd-ports-gnome-dd64660abd3e50f55c43bf3cc6422312929afacc.tar.gz freebsd-ports-gnome-dd64660abd3e50f55c43bf3cc6422312929afacc.tar.zst freebsd-ports-gnome-dd64660abd3e50f55c43bf3cc6422312929afacc.zip |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Diffstat (limited to 'net')
-rw-r--r-- | net/dctc/Makefile | 3 | ||||
-rw-r--r-- | net/ethereal/Makefile | 3 | ||||
-rw-r--r-- | net/gnet-glib2/Makefile | 3 | ||||
-rw-r--r-- | net/gnet/Makefile | 3 | ||||
-rw-r--r-- | net/gnet2/Makefile | 3 | ||||
-rw-r--r-- | net/gsk/Makefile | 3 | ||||
-rw-r--r-- | net/libicq/Makefile | 3 | ||||
-rw-r--r-- | net/scli/Makefile | 3 | ||||
-rw-r--r-- | net/silc-client/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/Makefile | 3 | ||||
-rw-r--r-- | net/xferstats/Makefile | 3 |
11 files changed, 22 insertions, 11 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 412228af02c5..45410abcd11e 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 9cca8d7761f6..75ef2cb72fe7 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -28,7 +28,8 @@ MAN1+= ethereal.1 PLIST_SUB+= ETHEREAL=bin/ethereal .else PLIST_SUB+= ETHEREAL="@comment ethereal not built" -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest .endif diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile index 5b57166be256..83643e322dbe 100644 --- a/net/gnet-glib2/Makefile +++ b/net/gnet-glib2/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.gnetlibrary.org/src/ MAINTAINER= nakai@FreeBSD.org USE_REINPLACE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/net/gnet/Makefile b/net/gnet/Makefile index 5b57166be256..83643e322dbe 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.gnetlibrary.org/src/ MAINTAINER= nakai@FreeBSD.org USE_REINPLACE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 5b57166be256..83643e322dbe 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.gnetlibrary.org/src/ MAINTAINER= nakai@FreeBSD.org USE_REINPLACE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/net/gsk/Makefile b/net/gsk/Makefile index 4b2bcc47b156..8d1b70378b59 100644 --- a/net/gsk/Makefile +++ b/net/gsk/Makefile @@ -19,7 +19,8 @@ USE_OPENSSL= yes CONFIGURE_ARGS= --enable-ssl .endif -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" USE_GMAKE= yes diff --git a/net/libicq/Makefile b/net/libicq/Makefile index f365c3616b6e..a5d3bd4eedfc 100644 --- a/net/libicq/Makefile +++ b/net/libicq/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= flathill MAINTAINER= flathill@FreeBSD.org -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/net/scli/Makefile b/net/scli/Makefile index ffebfd850e87..2300a3bbdc6d 100644 --- a/net/scli/Makefile +++ b/net/scli/Makefile @@ -15,7 +15,8 @@ MAINTAINER= lyngbol@wheel.dk LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 MAN1= scli.1 diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 3d2fbfb40243..5cc44a0b5880 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -28,7 +28,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/doc/silc/CREDITS:${.CURDIR}/../silc-doc USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc/${PORTNAME} \ --with-helpdir=${PREFIX}/share/${PORTNAME}/help PLIST_SUB= INSTALL_DIR="${INSTALL_DIR}" diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 9cca8d7761f6..75ef2cb72fe7 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -28,7 +28,8 @@ MAN1+= ethereal.1 PLIST_SUB+= ETHEREAL=bin/ethereal .else PLIST_SUB+= ETHEREAL="@comment ethereal not built" -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest .endif diff --git a/net/xferstats/Makefile b/net/xferstats/Makefile index d56afa3bdfe2..a3961a2432d7 100644 --- a/net/xferstats/Makefile +++ b/net/xferstats/Makefile @@ -15,7 +15,8 @@ MAINTAINER= demon@FreeBSD.org WRKSRC= ${WRKDIR}/xferstats -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes MAN8= xferstats.8 |