diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-07 13:41:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-07 13:41:57 +0000 |
commit | 7c95c66b1608cde43775e908e829b775c5342ba1 (patch) | |
tree | c6f86b760a25f005e2a3e51bf2351d6ca1207bb3 /misc/gnu-watch | |
parent | 8af01231e7bfc1cc590a6469288aa02a734e2746 (diff) |
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
Notes
Notes:
svn path=/head/; revision=216458
Diffstat (limited to 'misc/gnu-watch')
-rw-r--r-- | misc/gnu-watch/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index 0eca046e285a..c533b16d3338 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -16,8 +16,6 @@ DISTNAME= procps-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GNU watch command -USE_GCC= 3.4+ - LDFLAGS+= -lncurses MAN1= gnu-watch.1 |