diff options
Diffstat (limited to 'devel/present/Makefile')
-rw-r--r-- | devel/present/Makefile | 9 |
1 files changed, 5 insertions, 4 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> |