diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-10 12:28:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-10 12:28:24 +0000 |
commit | eb1999c37ddc4404e8b7a415a9b8573be8bc8549 (patch) | |
tree | 8093cf433e7598c0fa79273671605985c83a71da /net | |
parent | 1aa7de4b6c70e5e4781e7a98c66a8a48472218f5 (diff) | |
download | pkgsrc-eb1999c37ddc4404e8b7a415a9b8573be8bc8549.tar.gz |
Use BUILDLINK_PREFIX.libpcap.
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common index 53e9b9bde65..d2864754224 100644 --- a/net/snort/Makefile.common +++ b/net/snort/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2002/10/10 12:20:23 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2002/10/10 12:28:24 wiz Exp $ # DISTNAME?= snort-1.8.7 @@ -16,8 +16,8 @@ HOMEPAGE?= http://www.snort.org/ COMMENT?= Libpcap-based packet sniffer/logger GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-libpcap-includes=${BUILDLINK_DIR}/include -CONFIGURE_ARGS+=--with-libpcap-libraries=${BUILDLINK_DIR}/lib +CONFIGURE_ARGS+=--with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include +CONFIGURE_ARGS+=--with-libpcap-libraries=${BUILDLINK_PREFIX.libpcap}/lib post-install: ${INSTALL_DATA_DIR} -m 700 -o ${ROOT_USER} -g ${ROOT_GROUP} /var/log/snort |