diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
commit | 1d62d821d98b26ab18c67ccecf7443fb4bff2378 (patch) | |
tree | 7021fdbe169b6d22a6a7e8146e2e1754162e9221 /x11-toolkits | |
parent | c210151c2fd41fe4f010938b8c04cfbf588b1088 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index f797c1921a63..ecb04cc73c3c 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lesstif -# Date created: December 10, 1996 -# Whom: 1wardd@airmail.net -# +# Created by: 1wardd@airmail.net # $FreeBSD$ -# PORTNAME= lesstif PORTVERSION= 0.95.2 @@ -15,8 +11,8 @@ MASTER_SITES= SF MAINTAINER= dinoex@FreeBSD.org COMMENT= API compatible clone of the Motif toolkit -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 CONFLICTS?= open-motif-* USE_BZIP2= yes |