diff options
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 181eb808a3cd..4be0fed6e616 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dia -PORTVERSION= 0.86 -PORTREVISION= 1 +PORTVERSION= 0.88 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia @@ -20,7 +19,7 @@ USE_IMLIB= yes WANT_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib -lintl" MAN1= dia.1 |