diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-04-26 19:24:42 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-04-26 19:24:42 +0800 |
commit | 62be8d71af1e54be6359aa60dbd52d5a78174894 (patch) | |
tree | 56b3f68a41173059ec1eb308170bf44e64baff22 /misc/libpri/Makefile | |
parent | 11922b39024d2bc9cf3b7912b938d5c24e3cdcec (diff) | |
download | freebsd-ports-gnome-62be8d71af1e54be6359aa60dbd52d5a78174894.tar.gz freebsd-ports-gnome-62be8d71af1e54be6359aa60dbd52d5a78174894.tar.zst freebsd-ports-gnome-62be8d71af1e54be6359aa60dbd52d5a78174894.zip |
- Remove bristuff support. Will be added later as a slave port.
- Fix soname for libpri library.
PR: 96315
Approved by: MAINTAINER
Diffstat (limited to 'misc/libpri/Makefile')
-rw-r--r-- | misc/libpri/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 812cffec9e3c..c9a67fc277c1 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -11,15 +11,15 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.digium.com/pub/libpri/ \ ftp://ftp.digium.com/pub/libpri/old/ -PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= fjoe -PATCH_DIST_STRIP= -p1 +#PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz +#PATCH_SITES= ${MASTER_SITE_LOCAL} +#PATCH_SITE_SUBDIR= fjoe +#PATCH_DIST_STRIP= -p1 +#BRIVER= bristuff-0.3.0-PRE-1l MAINTAINER= gonzo@univ.kiev.ua COMMENT= A C implementation of the Primary Rate ISDN specification -BRIVER= bristuff-0.3.0-PRE-1l USE_GMAKE= yes INSTALLS_SHLIB= yes |