diff options
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 379805c593aa..e1690ac9ee1a 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -7,7 +7,7 @@ PORTNAME= dia PORTVERSION= 0.94 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 intlhack WANT_GNOME= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" \ LOCALBASE="${LOCALBASE}" |