Correct gnome-config configuration file, so gnome-config outputs correct

paths.

Reported by:	ijliao
This commit is contained in:
Maxim Sobolev 2001-05-19 20:07:15 +00:00
parent effca3d417
commit 9b05dc05ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42757
2 changed files with 19 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= libxml2
PORTVERSION= 2.3.8
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml

View file

@ -0,0 +1,18 @@
$FreeBSD$
--- xml2Conf.sh.in 2001/05/19 19:57:43 1.1
+++ xml2Conf.sh.in 2001/05/19 19:59:40
@@ -1,6 +1,12 @@
#
# Configuration file for using the XML library in GNOME applications
#
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+
XML2_LIBDIR="@XML_LIBDIR@"
XML2_LIBS="@XML_LIBS@"
XML2_INCLUDEDIR="@XML_INCLUDEDIR@"