pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libtermkey: move pkg-build-options inside multiple inclusion guard
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Fri Sep 25 04:41:34 2015 +0200
Changeset: ed46cb651a43ce4ca22524d3d5c348091c11263c
Modified Files:
libtermkey/buildlink3.mk
Log Message:
libtermkey: move pkg-build-options inside multiple inclusion guard
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed46cb651a43ce4ca22524d3d5c348091c11263c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libtermkey/buildlink3.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/libtermkey/buildlink3.mk b/libtermkey/buildlink3.mk
index 7f9e382..db6df35 100644
--- a/libtermkey/buildlink3.mk
+++ b/libtermkey/buildlink3.mk
@@ -2,15 +2,15 @@
BUILDLINK_TREE+= libtermkey
-pkgbase := libtermkey
-.include "../../mk/pkg-build-options.mk"
-
.if !defined(LIBTERMKEY_BUILDLINK3_MK)
LIBTERMKEY_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libtermkey+= libtermkey>=0.17
BUILDLINK_PKGSRCDIR.libtermkey?= ../../wip/libtermkey
+pkgbase := libtermkey
+.include "../../mk/pkg-build-options.mk"
+
.if !empty(PKG_BUILD_OPTIONS.termkey:Mncurses)
.include "../../mk/termcap/termcap.buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index