diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:33:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:33:27 +0800 |
commit | 2542588f3688d589408d02c42e51dc13d4669136 (patch) | |
tree | fc3124eade31e888ad60139427d4d90f897684bf /x11-fm/nautilus2/Makefile | |
parent | 5131e9bc9ebf7d49b516ef5b9879ab08554498a8 (diff) | |
download | marcuscom-ports-2542588f3688d589408d02c42e51dc13d4669136.tar marcuscom-ports-2542588f3688d589408d02c42e51dc13d4669136.tar.gz marcuscom-ports-2542588f3688d589408d02c42e51dc13d4669136.tar.bz2 marcuscom-ports-2542588f3688d589408d02c42e51dc13d4669136.tar.lz marcuscom-ports-2542588f3688d589408d02c42e51dc13d4669136.tar.xz marcuscom-ports-2542588f3688d589408d02c42e51dc13d4669136.tar.zst marcuscom-ports-2542588f3688d589408d02c42e51dc13d4669136.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus2/Makefile')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index b458448bb..e89c3cab6 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -3,11 +3,12 @@ # Whom: ade, archie # # $FreeBSD$ -# $MCom: ports/x11-fm/nautilus2/Makefile,v 1.96 2006/01/31 20:36:56 marcus Exp $ +# $MCom: ports/x11-fm/nautilus2/Makefile,v 1.97 2006/02/13 12:50:57 ahze Exp $ # PORTNAME= nautilus2 PORTVERSION= 2.13.91 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13 @@ -26,7 +27,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \ librsvg2 desktopfileutils GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ LIBPNG="-L${LOCALBASE}/lib -lpng -lz" |