diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-12 14:57:04 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-12 14:57:04 +0000 |
commit | 1cb2c4093df053b2fee201867939920c4bd172ba (patch) | |
tree | 3d54d5d0ebd4bac2f5b4fd5d5ece8423248ead23 /graphics/dia/Makefile | |
parent | DEPEND fix. (diff) |
Update to 0.83
Notes
Notes:
svn path=/head/; revision=25687
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 9065fbf108ad..583eefb84fab 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: dia -# Version required: 0.82 +# Version required: 0.83 # Date created: 21 December 1999 # Whom: saper@system.pl # # $FreeBSD$ # -DISTNAME= dia-0.82 +DISTNAME= dia-0.83 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia @@ -23,7 +23,8 @@ 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" |