diff options
author | anholt <anholt@FreeBSD.org> | 2002-08-21 05:09:01 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-08-21 05:09:01 +0000 |
commit | 34773a5091e976d764a49066099752ebe5810feb (patch) | |
tree | 74ef99272c452a7a239ce691b6f8f027baaba555 /x11 | |
parent | 9944b10b34cd14be98aee383e414f93d87b22cec (diff) | |
download | FreeBSD-ports-34773a5091e976d764a49066099752ebe5810feb.zip FreeBSD-ports-34773a5091e976d764a49066099752ebe5810feb.tar.gz |
Add LIB_DEPENDS for freetype and libGLU, both of which are required to compile.
XFree86-4-libraries (for GLU) is already depended on, but people upgrading from
older X could miss the dependency.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 76bb775..0e40998 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= clients PORTVERSION= 4.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} @@ -21,6 +21,9 @@ EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz MAINTAINER= anholt@freebsd.org +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ + GLU.1:${PORTSDIR}/x11/XFree86-4-libraries + XFREE86_VERSION= 4 USE_IMAKE= YES DIST_SUBDIR= xc |