aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-07-31 09:58:45 +0800
committerkris <kris@FreeBSD.org>2003-07-31 09:58:45 +0800
commitf4bbe18f29cd5a60a34ada9626e65b297f91cf8f (patch)
tree8a8c5f3fe059819c3c5e5870b27f6efb1cf1a6c6
parente3f67088690a7f85113280b59dfbb1963c4424eb (diff)
downloadfreebsd-ports-gnome-f4bbe18f29cd5a60a34ada9626e65b297f91cf8f.tar.gz
freebsd-ports-gnome-f4bbe18f29cd5a60a34ada9626e65b297f91cf8f.tar.zst
freebsd-ports-gnome-f4bbe18f29cd5a60a34ada9626e65b297f91cf8f.zip
Instead of setting NO_PACKAGE to note that the port does not respect CC
or CFLAGS, just note it in the pre-everything target.
-rw-r--r--lang/cyclone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile
index 084ea5f33019..9d1fa509a63a 100644
--- a/lang/cyclone/Makefile
+++ b/lang/cyclone/Makefile
@@ -22,7 +22,6 @@ COMMENT= A safe dialect of C from Cornell and AT&T Research
USE_REINPLACE= yes
USE_GMAKE= yes
-NO_PACKAGE= 'Neither CC nor CFLAGS safe.'
WRKSRC= ${WRKDIR}/${PORTNAME}
CYCBINDIR= ${PREFIX}/bin
CYCINCDIR= ${PREFIX}/include/cyclone
@@ -34,6 +33,7 @@ pre-everything::
@${ECHO_MSG} '>>>'
@${ECHO_MSG} '>>> You can enable extra optimizations by defining WITH_OPTIMIZED_CFLAGS.'
@${ECHO_MSG} '>>>'
+ @${ECHO_MSG} '>>> Note that this port does not respect CC or CFLAGS'
post-patch:
.ifndef(WITH_OPTIMIZED_CFLAGS)