diff options
Diffstat (limited to 'cad/libgeda/Makefile')
-rw-r--r-- | cad/libgeda/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 25372ed2251c..60b8e40ab284 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libgeda -PORTVERSION= 20010304 +PORTVERSION= 20020209 CATEGORIES= cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20010304/ \ - http://geda.seul.org/devel/20010304/ \ +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20020209/ \ + http://geda.seul.org/devel/20020209/ \ http://www.tinkerbox.org/projects/files/gEDA/ MAINTAINER= bruno@tinkerbox.org @@ -24,6 +24,5 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/libgeda .include <bsd.port.mk> |