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/ft2demos | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'print/ft2demos')
-rw-r--r-- | print/ft2demos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index 7c9d1f322bc6..c45765747b65 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -12,8 +12,8 @@ COMMENT= Demo programs for FreeType2 LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual -BUILD_DEPENDS= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +BUILD_DEPENDS= ${FREETYPE_WRKSRC}/config.mk:print/freetype2:build +LIB_DEPENDS= libfreetype.so:print/freetype2 USES= gmake tar:bzip2 USE_XORG= x11 |