diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/fontforge/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 6b67a3fc16ac..eef63e336895 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -13,15 +13,15 @@ COMMENT= Type 1/TrueType/OpenType/bitmap font editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:${PORTSDIR}/devel/uthash \ - ${LOCALBASE}/bin/gnulib-tool:${PORTSDIR}/devel/gnulib -LIB_DEPENDS= libuninameslist.so:${PORTSDIR}/textproc/libuninameslist \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng.so:${PORTSDIR}/graphics/png \ - libgif.so:${PORTSDIR}/graphics/giflib \ - libspiro.so:${PORTSDIR}/graphics/libspiro \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libltdl.so:${PORTSDIR}/devel/libltdl +BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash \ + ${LOCALBASE}/bin/gnulib-tool:devel/gnulib +LIB_DEPENDS= libuninameslist.so:textproc/libuninameslist \ + libtiff.so:graphics/tiff \ + libpng.so:graphics/png \ + libgif.so:graphics/giflib \ + libspiro.so:graphics/libspiro \ + libfreetype.so:print/freetype2 \ + libltdl.so:devel/libltdl USE_GITHUB= yes |