aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 22:57:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 22:57:50 +0000
commita12fc159d153dd4a2d8614028ad01946afcfd769 (patch)
treec11ed5bbf0fcb6c8f1b421fb249a661bbe66cd57 /devel/cdecl
parent39e03a12a1300613be89885fcb26ad488a897c83 (diff)
downloadports-a12fc159d153dd4a2d8614028ad01946afcfd769.tar.gz
ports-a12fc159d153dd4a2d8614028ad01946afcfd769.zip
Build properly with recent clang
While here make it use USES=readline Approved by: eadler
Notes
Notes: svn path=/head/; revision=326331
Diffstat (limited to 'devel/cdecl')
-rw-r--r--devel/cdecl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index 63bd21122c28..a342ab026541 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -12,7 +12,7 @@ COMMENT= Explains complicated C/C++ declarations in plain English
USE_CSTD= c89
-USE_GCC= any
+USES= readline
ALL_TARGET= ${PORTNAME}
MAN1= cdecl.1
MLINKS= cdecl.1 c++decl.1