diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 16:14:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 16:14:47 +0000 |
commit | 318ecf9e722f22075b6a0776e43527f6ad8b1108 (patch) | |
tree | e724c8588addc09c042dd5d33de906bbf09d862c /deskutils | |
parent | Update to 0.3.6. Drop Maintainership. (diff) |
GnuCash no longer requires swig or eperl to build.
Submitted by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes:
svn path=/head/; revision=74524
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnucash/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index 2fe16bff49b7..7197e695e78d 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -17,8 +17,6 @@ MASTER_SITE_SUBDIR= gnucash MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \ - eperl:${PORTSDIR}/lang/eperl LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \ guppi.16:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ |