add gnomehack to make pkg-config work correctly
This commit is contained in:
parent
9b325dd64b
commit
b11c3883ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78960
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gdome2
|
||||
PORTVERSION= 0.7.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://gdome2.cs.unibo.it/tarball/
|
||||
|
||||
|
@ -16,7 +17,7 @@ COMMENT= Gnome DOM Engine
|
|||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= glib12
|
||||
USE_GNOME= glib12 gnomehack
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
|
|
@ -12,7 +12,7 @@ include/libgdome/gdome-treegc.h
|
|||
include/libgdome/gdome-util.h
|
||||
include/libgdome/gdome-xpath.h
|
||||
@dirrm include/libgdome
|
||||
lib/pkgconfig/gdome2.pc
|
||||
libdata/pkgconfig/gdome2.pc
|
||||
share/aclocal/gdome2.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/book1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gdome2-basic-types-and-enumerations.html
|
||||
|
|
Loading…
Reference in a new issue