diff options
author | roger <roger@FreeBSD.org> | 2000-02-29 08:41:41 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-02-29 08:41:41 +0000 |
commit | fbe6523ceb71179490efc14235d13901d93e3e27 (patch) | |
tree | 7203d7d6497b4f5f421d03a2b6776febce990d7d /net/opal/Makefile | |
parent | bb12fc75c9e6b6a634cb5450f066c7263228c562 (diff) | |
download | FreeBSD-ports-fbe6523ceb71179490efc14235d13901d93e3e27.zip FreeBSD-ports-fbe6523ceb71179490efc14235d13901d93e3e27.tar.gz |
Add USE_XLIB= yes
Spotted by: Bento
Diffstat (limited to 'net/opal/Makefile')
-rw-r--r-- | net/opal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 4f05fa5..a0ae626 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -20,7 +20,8 @@ MAINTAINER= roger@freebsd.org WRKSRC= ${WRKDIR}/openh323 USE_BISON= yes -USE_GMAKE= yes +USE_XLIB= yes +USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 |