Index: head/graphics/imlib/Makefile =================================================================== --- head/graphics/imlib/Makefile (revision 58516) +++ head/graphics/imlib/Makefile (revision 58517) @@ -1,38 +1,39 @@ # New ports collection makefile for: imlib # Date created: 10 June 1997 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= imlib PORTVERSION= 1.9.14 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/imlib DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules \ --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= imlib-config.1 imlib_config.1 pre-configure: ${PERL} -pi -e "s^%%LOCALBASE%%^${LOCALBASE}^" ${WRKSRC}/imlib-config.in .include Property changes on: head/graphics/imlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.81 \ No newline at end of property +1.82 \ No newline at end of property Index: head/graphics/imlib/files/patch-imlib-config.in =================================================================== --- head/graphics/imlib/files/patch-imlib-config.in (revision 58516) +++ head/graphics/imlib/files/patch-imlib-config.in (revision 58517) @@ -1,11 +1,11 @@ --- imlib-config.in.orig Thu Jan 14 17:43:29 1999 +++ imlib-config.in Thu Mar 22 14:59:36 2001 @@ -3,7 +3,7 @@ # Shamelessly ripped form gtk's gtk-config.in # -gx_libs="@SUPPORT_LIBS@" -+gx_libs="-L%%LOCALBASE%% @SUPPORT_LIBS@" ++gx_libs="-L%%LOCALBASE%%/lib @SUPPORT_LIBS@" gdk_gx_libs=" @GDK_SUPPORT_LIBS@" gdk_libs="@LIBS@" Property changes on: head/graphics/imlib/files/patch-imlib-config.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property