pkgsrc-WIP-changes archive

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

vimb3: Remove not needed NO_CONFIGURE=yes



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 11 18:47:42 2018 +0200
Changeset:	225038b456526a5f4312178584a2637fdc8fa104

Modified Files:
	vimb3/Makefile

Log Message:
vimb3: Remove not needed NO_CONFIGURE=yes

(Also if a package does not provide a configure script it is not
needed and can lead to confusion due the several configure targets
that are removed.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=225038b456526a5f4312178584a2637fdc8fa104

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

diffstat:
 vimb3/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/vimb3/Makefile b/vimb3/Makefile
index 149082a894..66d72e51d2 100644
--- a/vimb3/Makefile
+++ b/vimb3/Makefile
@@ -12,7 +12,6 @@ HOMEPAGE=	https://fanglingsu.github.io/vimb/
 COMMENT=	Vim-like webkit browser
 LICENSE=	gnu-gpl-v3
 
-NO_CONFIGURE=	yes
 USE_TOOLS+=	gmake pkg-config
 USE_LANGUAGES=	c99
 


Home | Main Index | Thread Index | Old Index