diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-06-03 22:51:03 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-06-03 22:51:03 +0800 |
commit | c0a1d75a94dfd145546e356193478d2c24cc85cb (patch) | |
tree | c89e50bf8a3e93a7da9bae9444398412aa14cb87 /misc/libpri-bristuff | |
parent | bccafec6bc8aaa2f2fd327c34b1f9e1bfff74cb9 (diff) | |
download | freebsd-ports-gnome-c0a1d75a94dfd145546e356193478d2c24cc85cb.tar.gz freebsd-ports-gnome-c0a1d75a94dfd145546e356193478d2c24cc85cb.tar.zst freebsd-ports-gnome-c0a1d75a94dfd145546e356193478d2c24cc85cb.zip |
Fix some portlint warnings.
Diffstat (limited to 'misc/libpri-bristuff')
-rw-r--r-- | misc/libpri-bristuff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libpri-bristuff/Makefile b/misc/libpri-bristuff/Makefile index febf997dff82..34028cf441df 100644 --- a/misc/libpri-bristuff/Makefile +++ b/misc/libpri-bristuff/Makefile @@ -22,12 +22,12 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= A C implementation of the Primary Rate ISDN specification USE_GMAKE= yes -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif .include <bsd.port.post.mk> |