diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-14 01:06:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-14 01:06:48 +0800 |
commit | 8bd25df4ce952676b246a8acd2d35bc43cd82aca (patch) | |
tree | bceb7bac74041b528f14731b4a045a66cadf4e59 /print/Makefile | |
parent | 355ed57f4a6a5da8644cb1540c5b421e3f72cbd1 (diff) | |
download | freebsd-ports-gnome-8bd25df4ce952676b246a8acd2d35bc43cd82aca.tar.gz freebsd-ports-gnome-8bd25df4ce952676b246a8acd2d35bc43cd82aca.tar.zst freebsd-ports-gnome-8bd25df4ce952676b246a8acd2d35bc43cd82aca.zip |
Add freetype2 after a repo-copy from print/freerype.
Several notes:
o Freetype2 is incompatible at API level with older freetype, therefore
portname will be freetype2-x.x to allow pkg_* tools correctly handle
dependencies (I do not use NO_LATEST_LINK, because it is a production-quality
software, not a beta or such).
o There are no fs namespace conflicts between freetype and freetype2, so they
both could be installed on the same machine w/o any problems.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 71c042cb98f5..7b4e2e6a5362 100644 --- a/print/Makefile +++ b/print/Makefile @@ -36,6 +36,7 @@ SUBDIR += enscript-letterdj SUBDIR += enscriptfonts SUBDIR += freetype + SUBDIR += freetype2 SUBDIR += ggv SUBDIR += ghostscript5 SUBDIR += ghostscript55 |