diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-02-29 08:41:41 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-02-29 08:41:41 +0000 |
commit | e4178402d0e77a16e275da1e25fe5ad6e651b723 (patch) | |
tree | 25a6bc9d5acd10510a03c19b802b6ed8c9c6e18e /net/opal | |
parent | f15b3e969422464f73143d42c053897df14da6e0 (diff) | |
download | ports-e4178402d0e77a16e275da1e25fe5ad6e651b723.tar.gz ports-e4178402d0e77a16e275da1e25fe5ad6e651b723.zip |
Notes
Diffstat (limited to 'net/opal')
-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 4f05fa568e67..a0ae626cd7d5 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 |