diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-14 22:08:04 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-14 22:08:04 +0800 |
commit | 2747aa5eeee1a8e5acaec0c533e0b3836c53e073 (patch) | |
tree | f6c9cb3a7bdac648e33b92fb2c65508968598b91 /textproc/gdome2 | |
parent | 9cf12490c474d23d21e52bf8b8df016c2078ebcf (diff) | |
download | freebsd-ports-gnome-2747aa5eeee1a8e5acaec0c533e0b3836c53e073.tar.gz freebsd-ports-gnome-2747aa5eeee1a8e5acaec0c533e0b3836c53e073.tar.zst freebsd-ports-gnome-2747aa5eeee1a8e5acaec0c533e0b3836c53e073.zip |
add gnomehack to make pkg-config work correctly
Diffstat (limited to 'textproc/gdome2')
-rw-r--r-- | textproc/gdome2/Makefile | 3 | ||||
-rw-r--r-- | textproc/gdome2/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index bcdffb065f8e..2b70bfd23b7a 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -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" diff --git a/textproc/gdome2/pkg-plist b/textproc/gdome2/pkg-plist index 78c3e8242e7b..62a0e5ed89a5 100644 --- a/textproc/gdome2/pkg-plist +++ b/textproc/gdome2/pkg-plist @@ -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 |