svn commit: r326331 - head/devel/cdecl
Baptiste Daroussin
bapt at FreeBSD.org
Wed Sep 4 22:57:51 UTC 2013
Author: bapt
Date: Wed Sep 4 22:57:50 2013
New Revision: 326331
URL: http://svnweb.freebsd.org/changeset/ports/326331
Log:
Build properly with recent clang
While here make it use USES=readline
Approved by: eadler
Modified:
head/devel/cdecl/Makefile
Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile Wed Sep 4 22:22:37 2013 (r326330)
+++ head/devel/cdecl/Makefile Wed Sep 4 22:57:50 2013 (r326331)
@@ -12,7 +12,7 @@ COMMENT= Explains complicated C/C++ decl
USE_CSTD= c89
-USE_GCC= any
+USES= readline
ALL_TARGET= ${PORTNAME}
MAN1= cdecl.1
MLINKS= cdecl.1 c++decl.1
More information about the svn-ports-all
mailing list