diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 13:02:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 13:02:24 +0800 |
commit | 6107002b171ac487a11508d0696e0e7fce0270c7 (patch) | |
tree | 2e6f3ec74cf8c4269860d72c22f0f25a616a413d /x11-toolkits/pango | |
parent | 6d33aa0af4a48821295eee0ce5021291e289e659 (diff) | |
download | freebsd-ports-graphics-6107002b171ac487a11508d0696e0e7fce0270c7.tar.gz freebsd-ports-graphics-6107002b171ac487a11508d0696e0e7fce0270c7.tar.zst freebsd-ports-graphics-6107002b171ac487a11508d0696e0e7fce0270c7.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 9371f41368f..48cc8e3fd76 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -19,8 +19,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An open-source framework for the layout and rendering of i18n text BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \ - Xft.2:${PORTSDIR}/x11-fonts/Xft \ +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft \ intl.4:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \ ${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings @@ -31,7 +30,7 @@ USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ --enable-static @@ -45,7 +44,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ ${GLIB2_CFLAGS} -I${LOCALBASE}/include \ -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION="1.2.0" FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf |