diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-02 12:52:51 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-02 12:52:51 +0800 |
commit | c0f2d39d1609eee4c5179012c66f2204c13840fb (patch) | |
tree | 5fd93bdcb700417e9d90ed756bbe446e1638689d /graphics | |
parent | f240c52224de5d178c01720f2ca407e11ff6abcd (diff) | |
download | marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.gz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.bz2 marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.lz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.xz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.zst marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.zip |
Remove obsolete popt dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 21d116f39..97735e10e 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.107 2006/09/08 17:22:44 mezz Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.108 2006/09/10 00:51:11 mezz Exp $ # PORTNAME= librsvg2 @@ -20,7 +20,6 @@ COMMENT= Library for parsing and rendering SVG vector-graphic files BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - popt.0:${PORTSDIR}/devel/popt \ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 |