diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
commit | 0400b2c7ffd8d495abfaff9f6419752b85e249fc (patch) | |
tree | 2b6ace863c4ac36dc5529a870236255349e07060 /databases | |
parent | 94d6b27262b65463638960ad67588da1a0138126 (diff) | |
download | freebsd-ports-graphics-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.gz freebsd-ports-graphics-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.zst freebsd-ports-graphics-0400b2c7ffd8d495abfaff9f6419752b85e249fc.zip |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbh/Makefile | 2 | ||||
-rw-r--r-- | databases/dbh10/Makefile | 2 | ||||
-rw-r--r-- | databases/edb/Makefile | 2 | ||||
-rw-r--r-- | databases/gigabase/Makefile | 1 | ||||
-rw-r--r-- | databases/libdbi-drivers/Makefile | 2 | ||||
-rw-r--r-- | databases/libmemcached/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-proxy/Makefile | 2 |
7 files changed, 6 insertions, 7 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index f32133bb458..8e685be3d58 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -17,7 +17,7 @@ COMMENT= Disk Based Hashtables CONFLICTS= dbh-[0-3]* -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile index bd02c82c890..e00c7c8ad91 100644 --- a/databases/dbh10/Makefile +++ b/databases/dbh10/Makefile @@ -18,7 +18,7 @@ COMMENT= Disk Based Hashtables CONFLICTS= dbh-[2-9]* USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/databases/edb/Makefile b/databases/edb/Makefile index 7cc6b3209be..e703c00acf5 100644 --- a/databases/edb/Makefile +++ b/databases/edb/Makefile @@ -18,7 +18,7 @@ COMMENT= Enlightenment Database Library USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig gnometarget +USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 46bdea2d230..e77c61f471f 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -15,7 +15,6 @@ COMMENT= Object-Relational Database Management System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GNOME= gnometarget USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile index ea372c1955c..a8727a444c9 100644 --- a/databases/libdbi-drivers/Makefile +++ b/databases/libdbi-drivers/Makefile @@ -16,7 +16,7 @@ COMMENT= Drivers for libdbi LIB_DEPENDS= dbi.1:${PORTSDIR}/databases/libdbi -USE_GNOME= gnometarget lthack +USE_GNOME= lthack USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-static \ --with-dbi-incdir=${LOCALBASE}/include/dbi diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index e5a68e9081d..0445485b87b 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -18,7 +18,7 @@ FETCH_ARGS?= -pRr USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig CONFIGURE_ARGS= --with-memcached=no --disable-libevent --without-libevent-prefix OPTIONS= SASL "With (Cyrus) SASL2 support" off diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 89859083d7f..74cef5f519e 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -23,7 +23,7 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc" GNU_CONFIGURE= yes -USE_GNOME= gnometarget pkgconfig +USE_GNOME= pkgconfig USE_ICONV= yes USE_LDCONFIG= yes USE_LUA= 5.1+ |