pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/clex



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 22 22:05:05 UTC 2017

Modified Files:
        pkgsrc/sysutils/clex: Makefile

Log Message:
clex: fix build on SunOS

Needs c99


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/clex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/clex/Makefile
diff -u pkgsrc/sysutils/clex/Makefile:1.9 pkgsrc/sysutils/clex/Makefile:1.10
--- pkgsrc/sysutils/clex/Makefile:1.9   Sat Dec 31 11:52:17 2016
+++ pkgsrc/sysutils/clex/Makefile       Fri Sep 22 22:05:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/12/31 11:52:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/22 22:05:05 wiedi Exp $
 
 DISTNAME=              clex-4.6.4
 PKGREVISION=           1
@@ -10,6 +10,7 @@ HOMEPAGE=             http://www.clex.sk/
 COMMENT=               File manager with a full-screen user interface
 LICENSE=               gnu-gpl-v2
 
+USE_LANGUAGES=         c99
 USE_NCURSES=           yes # enter_{bold,reverse,underline}_mode
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index