diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-21 13:17:35 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-21 13:17:35 +0000 |
commit | fee45a88346f5f2e78b4e599ab4a9dd6d1c27597 (patch) | |
tree | 5118a28b9e7b6c09539a2ad70265eac86b3d3b83 /net/opal/Makefile | |
parent | 0f5f85bafcab34f7b13c788b4f94b9972d3c586f (diff) | |
download | ports-fee45a88346f5f2e78b4e599ab4a9dd6d1c27597.tar.gz ports-fee45a88346f5f2e78b4e599ab4a9dd6d1c27597.zip |
Notes
Diffstat (limited to 'net/opal/Makefile')
-rw-r--r-- | net/opal/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 07eeffec3a8c..41869d00548e 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 # If it is not present, extract it from the comms/ixj port .if !exists(/usr/include/sys/telephony.h) .if !exists(/usr/local/include/sys/telephony.h) -PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch +PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch .endif .endif .endif @@ -42,11 +42,10 @@ USE_GMAKE= yes USE_OPENLDAP= yes USE_AUTOCONF_VER= 253 GNU_CONFIGURE= yes -CONFIGURE_ENV= PWLIBDIR=${WRKDIR}/../../../devel/pwlib/work/pwlib \ - OPENH323DIR=${WRKDIR}/openh323 +PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib && make -V WRKSRC +CONFIGURE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC} ALL_TARGET= optnoshared -MAKE_ENV= PWLIBDIR=${WRKDIR}/../../../devel/pwlib/work/pwlib \ - OPENH323DIR=${WRKDIR}/openh323 +MAKE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC} THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} |