diff options
author | nork <nork@FreeBSD.org> | 2003-07-03 05:54:07 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-03 05:54:07 +0000 |
commit | 552c7b8546fe81975e29e3eb49cd3484467f3ca4 (patch) | |
tree | 1b9344451f970b048c3224364f764cc7c3c466ff /print/fontforge/Makefile | |
parent | 005d1c5e60220abcef28067eb7b5b8963407b322 (diff) | |
download | FreeBSD-ports-552c7b8546fe81975e29e3eb49cd3484467f3ca4.zip FreeBSD-ports-552c7b8546fe81975e29e3eb49cd3484467f3ca4.tar.gz |
Update to 20030619.
PR: ports/53868
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 394b0f4..57b9d11 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -33,12 +33,12 @@ GNU_CONFIGURE= yes #CONFIGURE_SCRIPT= configure.static CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DIST_VER} INSTALLS_SHLIB= yes MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 030512 +DIST_VER= 030619 LIBUNINAMESLIST_VER= 030116 .if !defined(NOPORTDOCS) |