diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
commit | 8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /textproc/sdom | |
parent | b3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff) | |
download | freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip |
Fix some _DEPENDS
Diffstat (limited to 'textproc/sdom')
-rw-r--r-- | textproc/sdom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sdom/Makefile b/textproc/sdom/Makefile index 854465376055..438d1625bf13 100644 --- a/textproc/sdom/Makefile +++ b/textproc/sdom/Makefile @@ -12,7 +12,7 @@ COMMENT= Implementation of the W3C DOM recommendation in Scheme LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= guile>=0:${PORTSDIR}/devel/guile-lib +RUN_DEPENDS= guile-lib>=0:${PORTSDIR}/devel/guile-lib NO_BUILD= yes |