diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-10 03:42:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-10 03:42:23 +0000 |
commit | 0b9a514e16f186e44dfd253e92e319d38da09e57 (patch) | |
tree | 23a31ddbbf396d1ecee333ece6f509091ef22016 /cad/libgeda/Makefile | |
parent | f051be7b1d354292d6835ebffe39267693530401 (diff) |
Notes
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> |