diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-10 18:45:49 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-10 18:45:49 +0000 |
commit | a36d995cb6787e31374a611a081e948f94af6b7c (patch) | |
tree | 672c517ba76577cabaea22b5ac3b93ff11055914 /cad/libgeda/Makefile | |
parent | c560e58db45e8c88dd31c7d4c8c00ffb67b6191a (diff) | |
download | FreeBSD-ports-a36d995cb6787e31374a611a081e948f94af6b7c.zip FreeBSD-ports-a36d995cb6787e31374a611a081e948f94af6b7c.tar.gz |
upgrade to 20020825
PR: 43563
Submitted by: maintainer
Diffstat (limited to 'cad/libgeda/Makefile')
-rw-r--r-- | cad/libgeda/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 95f82e3..a1e1cad 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libgeda -PORTVERSION= 20020209 +PORTVERSION= 20020825 CATEGORIES= cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20020209/ \ - http://geda.seul.org/devel/20020209/ \ +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ + http://geda.seul.org/devel/${PORTVERSION}/ \ http://www.tinkerbox.org/projects/files/gEDA/ MAINTAINER= bruno@tinkerbox.org @@ -19,6 +19,9 @@ LIB_DEPENDS= gdgeda.4:${PORTSDIR}/graphics/libgdgeda \ USE_LIBTOOL= yes USE_AUTOCONF= yes + +AUTOCONF= autoconf + USE_GNOMENG= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes |