diff options
author | ade <ade@FreeBSD.org> | 2001-05-18 05:48:25 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-18 05:48:25 +0800 |
commit | 11ff414b8e5edc98fd6ba6d1764622df1199b599 (patch) | |
tree | 201c0fe86f5aab18a8c301a01b506da0372d71d8 /graphics/dia/Makefile | |
parent | a62ab3c21d49feab313194efc5110e470d051867 (diff) | |
download | freebsd-ports-gnome-11ff414b8e5edc98fd6ba6d1764622df1199b599.tar.gz freebsd-ports-gnome-11ff414b8e5edc98fd6ba6d1764622df1199b599.tar.zst freebsd-ports-gnome-11ff414b8e5edc98fd6ba6d1764622df1199b599.zip |
Update to 0.88
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 |