diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-16 12:56:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-16 12:56:18 +0800 |
commit | 58e16f8bb407cde87351e6fb370e468e4b3ed231 (patch) | |
tree | 439b22fc89d90ed2b0ad983c64ac41241d7a5494 /devel/libgsf-gnome | |
parent | 15d9dfbe52c94994e283985404b9a5144b333c30 (diff) | |
download | marcuscom-ports-58e16f8bb407cde87351e6fb370e468e4b3ed231.tar marcuscom-ports-58e16f8bb407cde87351e6fb370e468e4b3ed231.tar.gz marcuscom-ports-58e16f8bb407cde87351e6fb370e468e4b3ed231.tar.bz2 marcuscom-ports-58e16f8bb407cde87351e6fb370e468e4b3ed231.tar.lz marcuscom-ports-58e16f8bb407cde87351e6fb370e468e4b3ed231.tar.xz marcuscom-ports-58e16f8bb407cde87351e6fb370e468e4b3ed231.tar.zst marcuscom-ports-58e16f8bb407cde87351e6fb370e468e4b3ed231.zip |
Update to 1.12.2, and switch to X11BASE since libgsf installs GConf
schemas.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4502 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf-gnome')
-rw-r--r-- | devel/libgsf-gnome/Makefile | 10 | ||||
-rw-r--r-- | devel/libgsf-gnome/pkg-plist | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile index ede28ec43..a2bacb531 100644 --- a/devel/libgsf-gnome/Makefile +++ b/devel/libgsf-gnome/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libgsf-gnome/Makefile,v 1.5 2005/06/28 05:40:02 adamw Exp $ # CATEGORIES= devel gnome @@ -16,11 +16,13 @@ MASTERDIR= ${.CURDIR}/../libgsf DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnomehack libgsf gnomevfs2 +USE_GNOME= gnomehack libgsf gnomevfs2 ltverhack intlhack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ --disable-gtk-doc --with-bz2 --with-gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgsf-1" +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lgsf-1" + +GCONF_SCHEMAS= do-build: @cd ${WRKSRC}/gsf-gnome && ${MAKE} diff --git a/devel/libgsf-gnome/pkg-plist b/devel/libgsf-gnome/pkg-plist index 4665e4907..be1ed8788 100644 --- a/devel/libgsf-gnome/pkg-plist +++ b/devel/libgsf-gnome/pkg-plist @@ -5,6 +5,6 @@ include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h lib/libgsf-gnome-1.a lib/libgsf-gnome-1.so -lib/libgsf-gnome-1.so.13 +lib/libgsf-gnome-1.so.1 libdata/pkgconfig/libgsf-gnome-1.pc @dirrm include/libgsf-1/gsf-gnome |