diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-19 13:23:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-19 13:23:36 +0000 |
commit | 425eba1b162ca227192fe832c5735ef8a5541aa1 (patch) | |
tree | ffe4d9a33a362e2eb9d471385b8f2808a4c81551 /lang | |
parent | cd543ac5edbdca697f9616a442346d316c6e76a5 (diff) | |
download | ports-425eba1b162ca227192fe832c5735ef8a5541aa1.tar.gz ports-425eba1b162ca227192fe832c5735ef8a5541aa1.zip |
Change self-documenting value to simply "yes".
Requested by: kiron
Notes
Notes:
svn path=/head/; revision=199753
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index 041e69ecec36..f2a3a4532de9 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -20,9 +20,9 @@ COMMENT= S.C.Johnson's Portable C Compiler brought into the C99 world. ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= I_dont_know_why_bmake_isnt_always_working_right +USE_GMAKE= yes PLIST_FILES= bin/pcc libexec/ccom libexec/cpp |