diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 20:03:13 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 20:03:13 +0000 |
commit | 425b5e7cb70a76716c7de6152c00f41615c2e58a (patch) | |
tree | 82e83b27b112527d50ff9cd2022acb26dbb1d4e3 /graphics/dia/Makefile | |
parent | 439d4284d5a312ca3bd4ac759fad38b54052f592 (diff) |
update to 0.84
PR: 17729
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=27245
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" |