diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-03 07:23:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-03 07:23:58 +0000 |
commit | 550539b4b1b7a0ace52df94a3271552cf957aa80 (patch) | |
tree | 05153db7886573bc700e699ac0760588d735d822 /graphics/imlib/Makefile | |
parent | 438cc2f65186dfd313c4b3ee0749bb01a42bb07c (diff) |
Notes
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 636e429d97f8..f1da04c5b24b 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -6,8 +6,7 @@ # PORTNAME= imlib -PORTVERSION= 1.9.10 -PORTREVISION= 1 +PORTVERSION= 1.9.11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/imlib @@ -21,12 +20,14 @@ LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules 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 |