diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-03-22 16:54:51 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-03-22 16:54:51 +0000 |
commit | 0ddef9274c05a19e7f6be2ccffc0cc2a763f3534 (patch) | |
tree | ea452ff5ac949ae4aa16015f26699b6fe05e8c69 /lang/sdcc/Makefile | |
parent | f8c80967b7639696f77a76acf429c22309f5c255 (diff) | |
download | ports-0ddef9274c05a19e7f6be2ccffc0cc2a763f3534.tar.gz ports-0ddef9274c05a19e7f6be2ccffc0cc2a763f3534.zip |
Notes
Diffstat (limited to 'lang/sdcc/Makefile')
-rw-r--r-- | lang/sdcc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index edd839051cbd..ef051d8e5fa3 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: sdcc -# Date created: 3 May 2004 -# Whom: Tijl Coosemans <tijl@ulyssis.org> -# # $FreeBSD$ -# PORTNAME= sdcc PORTVERSION= 3.2.0 @@ -23,7 +18,6 @@ CONFLICTS_INSTALL= sdcc-[0-9]* GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GCC= 4.6+ OPTIONS_DEFINE= DEVLIB DOCS HC08 MCS51 PIC UCSIM Z80 OPTIONS_DEFAULT=${OPTIONS_DEFINE:NDOCS} |