diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-10 07:06:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-10 07:06:31 +0800 |
commit | 14d2f499cc5efb1ec05f8aed390c357994dcad6f (patch) | |
tree | bf6b271999899d8cc497b004f19fb9dde4a3d67b /graphics | |
parent | 37aa70c2eede88366777a030e1075e4b1f392a3d (diff) | |
download | marcuscom-ports-14d2f499cc5efb1ec05f8aed390c357994dcad6f.tar marcuscom-ports-14d2f499cc5efb1ec05f8aed390c357994dcad6f.tar.gz marcuscom-ports-14d2f499cc5efb1ec05f8aed390c357994dcad6f.tar.bz2 marcuscom-ports-14d2f499cc5efb1ec05f8aed390c357994dcad6f.tar.lz marcuscom-ports-14d2f499cc5efb1ec05f8aed390c357994dcad6f.tar.xz marcuscom-ports-14d2f499cc5efb1ec05f8aed390c357994dcad6f.tar.zst marcuscom-ports-14d2f499cc5efb1ec05f8aed390c357994dcad6f.zip |
- Add ltverhack
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4457 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 29b290045..4c9123549 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.15 2005/07/28 19:20:35 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.16 2005/08/09 04:47:30 ahze Exp $ # PORTNAME= cairo @@ -20,7 +20,7 @@ LIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} -USE_GNOME= gnometarget gnomehack +USE_GNOME= gnometarget gnomehack ltverhack USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes |