diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-14 21:31:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-14 21:31:28 +0000 |
commit | 8fb9d15997dd178870dc9e6fd0fc4a069623aad4 (patch) | |
tree | 05ae17ec2fc438660b9eadf02efa202b28ca2674 /comms | |
parent | - Bump PORTREVISION (diff) |
Merely specifying :c11 is sufficient here.
Reported by: danfe
Notes
Notes:
svn path=/head/; revision=484945
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tilp2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index 38b6273b42c0..598601ba61db 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libticables2.so:comms/libticables2 \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ +USES= autoreconf compiler:c11 desktop-file-utils gettext \ gmake groff localbase \ libtool pkgconfig shared-mime-info tar:bzip2 USE_GNOME= gtk20 intltool |