diff options
-rw-r--r-- | devel/present/Makefile | 9 | ||||
-rw-r--r-- | devel/present/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/present/Makefile b/devel/present/Makefile index c08bc5111..4d030a818 100644 --- a/devel/present/Makefile +++ b/devel/present/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/present/Makefile,v 1.4 2005/07/01 18:00:51 marcus Exp $ +# $MCom: ports/devel/present/Makefile,v 1.5 2005/08/19 02:03:48 mezz Exp $ # PORTNAME= present -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 @@ -20,7 +20,8 @@ LIB_DEPENDS= goffice-1.0:${PORTSDIR}/devel/goffice USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes -CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" -USE_GNOME= gnomehack intlhack +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +USE_GNOME= gnomehack intlhack gnometarget ltverhack .include <bsd.port.mk> diff --git a/devel/present/distinfo b/devel/present/distinfo index 4ecfe33b1..7b31d5f05 100644 --- a/devel/present/distinfo +++ b/devel/present/distinfo @@ -1,2 +1,2 @@ -MD5 (present-0.0.2.tar.bz2) = db6ebcbc48e90761cf021ff37c763675 -SIZE (present-0.0.2.tar.bz2) = 257786 +MD5 (present-0.0.3.tar.bz2) = 637f9003feaeb831f588d64a8ecfd8e7 +SIZE (present-0.0.3.tar.bz2) = 270239 |