diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-08-21 13:09:01 +0800 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-08-21 13:09:01 +0800 |
commit | d413f0762ae9512ef78fee6cacb41a7d9ba8419f (patch) | |
tree | 55e2018d716d3c0ed07b23a93f34f0b9ff3c64f0 /x11/XFree86-4-clients/Makefile | |
parent | 0c2fc497ffae6c67d50a346bb791fa860f62c104 (diff) | |
download | freebsd-ports-gnome-d413f0762ae9512ef78fee6cacb41a7d9ba8419f.tar.gz freebsd-ports-gnome-d413f0762ae9512ef78fee6cacb41a7d9ba8419f.tar.zst freebsd-ports-gnome-d413f0762ae9512ef78fee6cacb41a7d9ba8419f.zip |
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/XFree86-4-clients/Makefile')
-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 76bb775ef5f3..0e40998db5e6 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 |