diff options
author | gerald <gerald@FreeBSD.org> | 2015-10-26 04:38:11 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-10-26 04:38:11 +0800 |
commit | 58857c81452e8daaa3841a58730368aa8ff8ec40 (patch) | |
tree | 9fee0e4fb093921a450365deb65d66c184473241 /net-im | |
parent | 95b5904ad3fed0fe5b2a967d200978ea2da16ee5 (diff) | |
download | freebsd-ports-gnome-58857c81452e8daaa3841a58730368aa8ff8ec40.tar.gz freebsd-ports-gnome-58857c81452e8daaa3841a58730368aa8ff8ec40.tar.zst freebsd-ports-gnome-58857c81452e8daaa3841a58730368aa8ff8ec40.zip |
Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
and generally we want to use the default version of GCC in cases like
these.
Approved by: portmgr blanket
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telegram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telegram/Makefile b/net-im/telegram/Makefile index 79b967e2c7c4..29fa9252f8b7 100644 --- a/net-im/telegram/Makefile +++ b/net-im/telegram/Makefile @@ -32,7 +32,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if ${OSVERSION} < 1000024 -USE_GCC= 4.8+ +USE_GCC= yes .endif post-extract: |