diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
commit | 291c479c05b7db09d3f5fed575c33e06d849b994 (patch) | |
tree | 6995e292f0307c3729fbab1a69be6e6f79b6ede1 /net/ohphone/Makefile | |
parent | 61c8234e51291cfc7728ffcdab05d8c75ca215bd (diff) | |
download | ports-291c479c05b7db09d3f5fed575c33e06d849b994.tar.gz ports-291c479c05b7db09d3f5fed575c33e06d849b994.zip |
Notes
Diffstat (limited to 'net/ohphone/Makefile')
-rw-r--r-- | net/ohphone/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 518ac92b7858..b9f4e940477d 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -31,12 +31,6 @@ PLIST_SUB= PORTNAME=${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/openh323 EXAMPLESDIR= ${PREFIX}/share/examples/openh323 -.include <bsd.port.pre.mk> - -.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 -BROKEN= does not link due to missing symbol in default thread library -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/obj_r/ohphone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ohphone.1 ${PREFIX}/man/man1 @@ -49,4 +43,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/regtest ${EXAMPLESDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/stresstest ${EXAMPLESDIR}/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |