diff options
author | pav <pav@FreeBSD.org> | 2004-05-22 20:46:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-22 20:46:11 +0800 |
commit | c34a43e9642edfe3ec9cf8481664800ff1c8c155 (patch) | |
tree | 79b9b3dbbdcd072c7a6e77f22a515730c826b5f0 /cad/geda/Makefile | |
parent | 65329a162db5a5c4f24a6bb12d4898f732504f70 (diff) | |
download | freebsd-ports-gnome-c34a43e9642edfe3ec9cf8481664800ff1c8c155.tar.gz freebsd-ports-gnome-c34a43e9642edfe3ec9cf8481664800ff1c8c155.tar.zst freebsd-ports-gnome-c34a43e9642edfe3ec9cf8481664800ff1c8c155.zip |
- Fix dependencies of package: no point having meta port with BUILD_DEPENDS
- Bump PORTREVISION
PR: ports/67005
Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
Diffstat (limited to 'cad/geda/Makefile')
-rw-r--r-- | cad/geda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index ecf66d76f765..f76346787611 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -7,6 +7,7 @@ PORTNAME= geda PORTVERSION= 20040111 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= # empty DISTFILES= # none @@ -15,7 +16,7 @@ EXTRACT_ONLY= # empty MAINTAINER= bruno@tinkerbox.org COMMENT= The "meta-port" for gEDA -BUILD_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols \ +RUN_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols \ gschem:${PORTSDIR}/cad/gschem \ gnetlist:${PORTSDIR}/cad/gnetlist \ gmk_sym:${PORTSDIR}/cad/geda-utils \ |