diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-28 11:24:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-28 11:24:53 +0000 |
commit | 124ae27621ed41d01504ff583f4f2301a6190114 (patch) | |
tree | 416bad323f010fc1c51f7276337bce7366f968e9 /net/ngrep-lib/Makefile | |
parent | 650e73eb312bf38b6e9631d400edb490339963e6 (diff) | |
download | ports-124ae27621ed41d01504ff583f4f2301a6190114.tar.gz ports-124ae27621ed41d01504ff583f4f2301a6190114.zip |
Fix building and running on 5.2.1.
Notes
Notes:
svn path=/head/; revision=102380
Diffstat (limited to 'net/ngrep-lib/Makefile')
-rw-r--r-- | net/ngrep-lib/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile index 71d4806db780..ab7453e06260 100644 --- a/net/ngrep-lib/Makefile +++ b/net/ngrep-lib/Makefile @@ -16,14 +16,8 @@ COMMENT= Easy packet filtering library based on ngrep MAN3= ngrep-lib.3 HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--prefix=${PREFIX} +CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not install on FreeBSD ${OSVERSION}" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |