diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 04:03:13 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 04:03:13 +0800 |
commit | ce05ca0fb7ec72237820db33195902dd7c6dc54a (patch) | |
tree | e3f3579645c2430f32e5c8cc5b4865392ca9989b /graphics/dia/Makefile | |
parent | 6370a818a824db9e69368851fa41f3686293cdf2 (diff) | |
download | freebsd-ports-gnome-ce05ca0fb7ec72237820db33195902dd7c6dc54a.tar.gz freebsd-ports-gnome-ce05ca0fb7ec72237820db33195902dd7c6dc54a.tar.zst freebsd-ports-gnome-ce05ca0fb7ec72237820db33195902dd7c6dc54a.zip |
update to 0.84
PR: 17729
Submitted by: maintainer
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 583eefb84fab..db37fcb71ff6 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= dia-0.83 +DISTNAME= dia-0.84 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia @@ -23,8 +23,6 @@ USE_X_PREFIX= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" |