diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
commit | efdf659d4a6e4fd3ac42c75ee835fc22037e29ab (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /cad/geda-symcheck | |
parent | 9aacbad58fc52aedc2b94701fba20c62fef1e7bd (diff) | |
download | freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.gz freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.zst freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.zip |
Switch some dependencies from a directory name or a file generated by pkg-install
to a package name, as the former can't be attributed to a package
Diffstat (limited to 'cad/geda-symcheck')
-rw-r--r-- | cad/geda-symcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/geda-symcheck/Makefile b/cad/geda-symcheck/Makefile index 046d39ef11f1..cd6d4a7c3486 100644 --- a/cad/geda-symcheck/Makefile +++ b/cad/geda-symcheck/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PKGNAMEPREFIX}g${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's symbol checking utility -RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols +RUN_DEPENDS= geda-symbols>0:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda |