diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-05-21 19:51:41 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-05-21 19:51:41 +0000 |
commit | 718b940f32828b2924224f389a71c94533c4659c (patch) | |
tree | c1b4913e7eb5d3dcd7c1d2b01250e253491e91bb /print/libgnomeprint | |
parent | 33f7b579252c065c9cbb944bb32b9ede5a5bbf9c (diff) | |
download | ports-718b940f32828b2924224f389a71c94533c4659c.tar.gz ports-718b940f32828b2924224f389a71c94533c4659c.zip |
Update dependencies to reflect reality.
Notes
Notes:
svn path=/head/; revision=135808
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 8c69a7e496c4..9fce653ae99c 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -15,12 +15,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome print support library +LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ + popt.0:${PORTSDIR}/devel/popt + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libbonobo libartlgpl2 \ - gtk20 +USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ + libartlgpl2 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |