diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 22:34:52 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 22:34:52 +0800 |
commit | efa63f6ba4d035a78bf22994112284daa54d01e2 (patch) | |
tree | a8e60f648b180d79a27a101c6135bb1ecf9d5c89 /databases | |
parent | 07dc5b5098fa633c7cf68ca1d4973f913a455e22 (diff) | |
download | freebsd-ports-gnome-efa63f6ba4d035a78bf22994112284daa54d01e2.tar.gz freebsd-ports-gnome-efa63f6ba4d035a78bf22994112284daa54d01e2.tar.zst freebsd-ports-gnome-efa63f6ba4d035a78bf22994112284daa54d01e2.zip |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird2-server/Makefile | 1 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 1 | ||||
-rw-r--r-- | databases/libgdamm/Makefile | 1 | ||||
-rw-r--r-- | databases/postgis/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 4ddaf7f72228..0f244ab26a5f 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -26,7 +26,6 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 aclocal:19 libtool:15 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \ -I ${WRKSRC}/m4 -USE_GCC= 3.4+ LOCALSTATEDIR= /var/db/firebird CONFDIR= ${PREFIX}/etc/firebird diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 4ddaf7f72228..0f244ab26a5f 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -26,7 +26,6 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 aclocal:19 libtool:15 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \ -I ${WRKSRC}/m4 -USE_GCC= 3.4+ LOCALSTATEDIR= /var/db/firebird CONFDIR= ${PREFIX}/etc/firebird diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index b927aa2ac752..93f66e05b010 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -22,7 +22,6 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes -USE_GCC= 3.4+ USE_GMAKE= yes USE_GNOME= gnomehack libgda3 GNU_CONFIGURE= yes diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 2091f9ee0a20..7dcb6013c27d 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= proj.5:${PORTSDIR}/graphics/proj RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server USE_BISON= build -USE_GCC= 3.2+ USE_PGSQL= yes USE_GMAKE= yes USE_LDCONFIG= yes |