diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-11 21:54:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-11 21:54:33 +0000 |
commit | edc24021b2268ca90cac45e33e758de7acdf6314 (patch) | |
tree | 4920a62b272c791262e353a76111cd03fa331324 /x11-toolkits/lesstif | |
parent | 0f7a12c17276659d93be01d616e085daf1ca324a (diff) |
- update LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=336227
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 5bc90179a0dd..46815d70d1b9 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= SF MAINTAINER= dinoex@FreeBSD.org COMMENT= API compatible clone of the Motif toolkit -LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libfreetype.so:${PORTSDIR}/print/freetype2 CONFLICTS?= open-motif-* |