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-themes/cairo-gtk-engine/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-themes/cairo-gtk-engine/Makefile')
-rw-r--r-- | x11-themes/cairo-gtk-engine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/cairo-gtk-engine/Makefile b/x11-themes/cairo-gtk-engine/Makefile index ccc1a805d..4d4dd07ce 100644 --- a/x11-themes/cairo-gtk-engine/Makefile +++ b/x11-themes/cairo-gtk-engine/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-themes/cairo-gtk-engine/Makefile,v 1.1 2005/07/04 06:33:15 ahze Exp $ PORTNAME= cairo-gtk-engine PORTVERSION= 0.0.0 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~ahze/distfiles/ @@ -17,7 +18,7 @@ COMMENT= Cairo-gtk theme engine and themes WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 USE_X_PREFIX= yes |