diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 09:58:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 09:58:45 +0800 |
commit | f4bbe18f29cd5a60a34ada9626e65b297f91cf8f (patch) | |
tree | 8a8c5f3fe059819c3c5e5870b27f6efb1cf1a6c6 /lang | |
parent | e3f67088690a7f85113280b59dfbb1963c4424eb (diff) | |
download | freebsd-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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cyclone/Makefile | 2 |
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) |