diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
commit | efa63f6ba4d035a78bf22994112284daa54d01e2 (patch) | |
tree | a8e60f648b180d79a27a101c6135bb1ecf9d5c89 /polish | |
parent | 07dc5b5098fa633c7cf68ca1d4973f913a455e22 (diff) | |
download | freebsd-ports-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 'polish')
-rw-r--r-- | polish/ekg2/Makefile | 1 | ||||
-rw-r--r-- | polish/kadu/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 93dd8c560599..37a3b100e5a5 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -21,7 +21,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig USE_GETTEXT= yes -USE_GCC= 3.2+ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --enable-shared \ diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 349fc00e6563..9030b0ddbaa7 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -92,7 +92,6 @@ PLIST_SUB+= GG_EMOTS="@comment " .if !defined(WITHOUT_PHEADERS) CONFIGURE_ARGS+= --enable-pheaders -USE_GCC= 3.4+ .endif .if defined(WITH_TABS) |