diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-09 05:48:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-09 05:48:27 +0800 |
commit | 503c3aeef18ab8f4214c02ce3427fd66afcc36c9 (patch) | |
tree | 625142d35e1fb1474493f20d378edfbd6a7a1be6 /math | |
parent | ebe180a0a1aec03e2f93de64788dd0bd1de27061 (diff) | |
download | marcuscom-ports-503c3aeef18ab8f4214c02ce3427fd66afcc36c9.tar marcuscom-ports-503c3aeef18ab8f4214c02ce3427fd66afcc36c9.tar.gz marcuscom-ports-503c3aeef18ab8f4214c02ce3427fd66afcc36c9.tar.bz2 marcuscom-ports-503c3aeef18ab8f4214c02ce3427fd66afcc36c9.tar.lz marcuscom-ports-503c3aeef18ab8f4214c02ce3427fd66afcc36c9.tar.xz marcuscom-ports-503c3aeef18ab8f4214c02ce3427fd66afcc36c9.tar.zst marcuscom-ports-503c3aeef18ab8f4214c02ce3427fd66afcc36c9.zip |
Correct a typo in the goffice dependency.
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4052 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index fa2937d3c..5fc80b2d0 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet -LIB_DEPENDS= goffice.0:${PORTSDIR}/devel/goffice +LIB_DEPENDS= goffice-1.0:${PORTSDIR}/devel/goffice USE_BZIP2= yes USE_X_PREFIX= yes |