diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 07:10:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 07:10:01 +0800 |
commit | be2bc5be3764b5b5617b1c8656f77948f0e6e036 (patch) | |
tree | 2262ce5239e3d84b8749db7c9e29e8091f43f769 | |
parent | e83564f7a2db367cdaeba608944e9206f59d9a97 (diff) | |
download | freebsd-ports-gnome-be2bc5be3764b5b5617b1c8656f77948f0e6e036.tar.gz freebsd-ports-gnome-be2bc5be3764b5b5617b1c8656f77948f0e6e036.tar.zst freebsd-ports-gnome-be2bc5be3764b5b5617b1c8656f77948f0e6e036.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
-rw-r--r-- | cad/brlcad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index c652d59e70aa..6ddf60d9b5cd 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -7,7 +7,7 @@ PORTNAME= brlcad PORTVERSION= 7.10.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF @@ -21,7 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GL= gl -USE_ORG= x11 xt +USE_XORG= x11 xt xi xproto xext inputproto USE_GMAKE= yes USE_TK= 85 |