diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-04 03:10:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-04 03:10:47 +0800 |
commit | cb768d1279005d8567517b36c45a57c8d5426727 (patch) | |
tree | ac922a69f6c5742e97cf9ce8870384280995bf51 /lang | |
parent | 132fe95246380028710c011ccd938c1d7b077785 (diff) | |
download | freebsd-ports-gnome-cb768d1279005d8567517b36c45a57c8d5426727.tar.gz freebsd-ports-gnome-cb768d1279005d8567517b36c45a57c8d5426727.tar.zst freebsd-ports-gnome-cb768d1279005d8567517b36c45a57c8d5426727.zip |
Remove OPTIONS_EXCLUDE_FreeBSD_9
Approved by: portmgr (blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php70/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl86/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl87/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 2d99d0c6c6dd..12f4f89282f0 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -44,7 +44,6 @@ OPTIONS_EXCLUDE_mips64=FPM OPTIONS_SUB= yes OPTIONS_EXCLUDE_DragonFly= DTRACE -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE CLI_DESC= Build CLI version CGI_DESC= Build CGI version diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 053a928f093a..8fe64709e0fc 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -31,7 +31,6 @@ OPTIONS_SUB= yes OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} diff --git a/lang/tcl87/Makefile b/lang/tcl87/Makefile index 6d5a541afdbe..f37502c83fa2 100644 --- a/lang/tcl87/Makefile +++ b/lang/tcl87/Makefile @@ -30,7 +30,6 @@ OPTIONS_SUB= yes OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE FOSSIL_CHECKIN= 24d90770030948ca |