diff options
author | nork <nork@FreeBSD.org> | 2003-07-14 10:11:17 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-14 10:11:17 +0800 |
commit | 31729f665f7ca680cd3c24eaf98e6e7e4b135a47 (patch) | |
tree | 868212e0321fc5afd361dc3be5daa2dfe86383e2 /print/fontforge/Makefile | |
parent | 687b6409090e6f57c637cb42fe34eb5918611a01 (diff) | |
download | freebsd-ports-gnome-31729f665f7ca680cd3c24eaf98e6e7e4b135a47.tar.gz freebsd-ports-gnome-31729f665f7ca680cd3c24eaf98e6e7e4b135a47.tar.zst freebsd-ports-gnome-31729f665f7ca680cd3c24eaf98e6e7e4b135a47.zip |
Update to 20030712 & Update libuninamelist to 030710.
PR: ports/54458
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 57b9d11c205c..9af4a35622ca 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -38,8 +38,8 @@ INSTALLS_SHLIB= yes MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 030619 -LIBUNINAMESLIST_VER= 030116 +DIST_VER= 030712 +LIBUNINAMESLIST_VER= 030710 .if !defined(NOPORTDOCS) DOC_VER= ${DIST_VER} |