diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/sterm | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'x11/sterm')
-rw-r--r-- | x11/sterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/sterm/Makefile b/x11/sterm/Makefile index 582a5394aae7..0159cd8b11a0 100644 --- a/x11/sterm/Makefile +++ b/x11/sterm/Makefile @@ -15,8 +15,8 @@ LICENSE_NAME= MIT/X Consortium License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ - libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 USES= pkgconfig ncurses:port USE_XORG= x11 xext xft |