diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-30 13:16:07 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-30 13:16:07 +0000 |
commit | 229367aa37217c99057ff85165770b549e3ff982 (patch) | |
tree | 1faaa6aceb1891a8fef9441c706f071edc4916fa /deskutils | |
parent | ffcd29207a8a74f3a136711c4bb6bac6d02c5013 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnucash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index b331a8bba847..d944f0bddb9e 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnucash MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \ eperl:${PORTSDIR}/lang/eperl LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \ guppi.16:${PORTSDIR}/math/guppi \ |