diff options
author | nakai <nakai@FreeBSD.org> | 2000-02-12 22:57:04 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-02-12 22:57:04 +0800 |
commit | 073cbe8803c3ebca52f5060268ab66a064b82b2d (patch) | |
tree | cd7ce1a410f279d4ad963649d60408851675d91c /graphics/dia/Makefile | |
parent | 42dc177aac72437fa5daf00daa01cd3118fce988 (diff) | |
download | freebsd-ports-gnome-073cbe8803c3ebca52f5060268ab66a064b82b2d.tar.gz freebsd-ports-gnome-073cbe8803c3ebca52f5060268ab66a064b82b2d.tar.zst freebsd-ports-gnome-073cbe8803c3ebca52f5060268ab66a064b82b2d.zip |
Update to 0.83
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" |