diff options
author | anders <anders@FreeBSD.org> | 2002-03-23 14:33:57 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-03-23 14:33:57 +0000 |
commit | 8d0d4e2a875f28e6a0331590997c12f210d1b287 (patch) | |
tree | 9aee07203f71bb1a5383c0a0410a02213865bc99 /www/dillo/Makefile | |
parent | 6ef7d1dcdd6cb9c4936e76b00961b2860b68c9bd (diff) | |
download | FreeBSD-ports-8d0d4e2a875f28e6a0331590997c12f210d1b287.zip FreeBSD-ports-8d0d4e2a875f28e6a0331590997c12f210d1b287.tar.gz |
Update to version 0.6.4.
Approved by: greid
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 6528ba2..717b646 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dillo -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,8 +19,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \ - --libdir="${LOCALBASE}/lib" +CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ + --libdir="${LOCALBASE}/lib" \ + --with-jpeg-inc="${LOCALBASE}/include" USE_GMAKE= yes +post-patch: + ${PERL} -pi -e "s@-lpthread@${PTHREAD_LIBS}@g" ${WRKSRC}/configure + .include <bsd.port.mk> |