Add MODGNU_CONFIG_GUESS_DIRS.
This commit is contained in:
parent
00320d9b6a
commit
0199ceb89c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.113 2014/04/02 09:36:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.114 2014/04/05 07:17:23 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= terminal emulation library
|
||||
COMMENT-python= python bindings for vte
|
||||
@ -11,7 +11,7 @@ SHARED_LIBS+= vte 14.1 # 2609.0
|
||||
FULLPKGNAME-main= vte-${GNOME_VERSION}
|
||||
FULLPKGNAME-python= py-${DISTNAME}
|
||||
|
||||
REVISION-main = 13
|
||||
REVISION-main = 14
|
||||
REVISION-python = 10
|
||||
|
||||
CATEGORIES= devel
|
||||
@ -51,6 +51,10 @@ WANTLIB-main= ${WANTLIB} c util
|
||||
|
||||
MODGNOME_TOOLS += gobject-introspection
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= \
|
||||
${WRKSRC} \
|
||||
${WRKSRC}/gnome-pty-helper
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-gtk=2.0 \
|
||||
--enable-python \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2014/04/02 09:36:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2014/04/05 07:17:23 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= terminal emulation library
|
||||
|
||||
GNOME_PROJECT= vte
|
||||
GNOME_VERSION= 0.36.0
|
||||
REVISION= 0
|
||||
|
||||
PKGNAME= vte3-${GNOME_VERSION}
|
||||
|
||||
@ -34,6 +35,10 @@ LIB_DEPENDS= x11/gtk+3
|
||||
|
||||
MODGNOME_TOOLS += gobject-introspection
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= \
|
||||
${WRKSRC} \
|
||||
${WRKSRC}/gnome-pty-helper
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
# error: -Bsymbolic requested but not supported by ld
|
||||
|
Loading…
Reference in New Issue
Block a user