diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 13:02:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 13:02:24 +0800 |
commit | 6107002b171ac487a11508d0696e0e7fce0270c7 (patch) | |
tree | 2e6f3ec74cf8c4269860d72c22f0f25a616a413d /x11 | |
parent | 6d33aa0af4a48821295eee0ce5021291e289e659 (diff) | |
download | freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.tar.gz freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.tar.zst freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index f401be65cccd..300ccb758d8d 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -16,22 +16,19 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT= Libraries for GNOME, a GNU desktop environment BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt \ - gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier esound +USE_GNOME= gnomeprefix gnomehack gnomehier esound libxslt gnomevfs2 USE_BISON= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |