diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-17 21:48:25 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-17 21:48:25 +0000 |
commit | 2eec0fdadc290f6aa04d7b2f7e76863ca24e55cb (patch) | |
tree | 6a23335aaa8e070a85bcdbaf142dd9169342c7ca /graphics/dia/Makefile | |
parent | Update lang/ruby and lang/ruby-devel to the latest snapshots. (diff) |
Update to 0.88
Notes
Notes:
svn path=/head/; revision=42689
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 |