diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 15:08:30 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 15:08:30 +0000 |
commit | 0df9e8d9eafd72cb51b5427db98269d55a343e5c (patch) | |
tree | d4f45303a37a940670e051d709aa05682615d7e7 /comms | |
parent | 4e2a1524ab859373cc0dce1e277194a6bf097a9e (diff) | |
download | pkgsrc-0df9e8d9eafd72cb51b5427db98269d55a343e5c.tar.gz |
mark as NOT_FOR_UNPRIVILEGED
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index 9f4a12c8fd6..9f785b09ff5 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2013/01/26 21:37:13 adam Exp $ +# $NetBSD: Makefile,v 1.36 2015/03/15 15:08:30 tnn Exp $ # DISTNAME= xisp-2.7p4 @@ -22,6 +22,7 @@ MESSAGE_SUBST+= DIALER_GROUP=${DIALER_GROUP} INSTALLATION_DIRS+= share/doc/xisp PKG_DESTDIR_SUPPORT= destdir +NOT_FOR_UNPRIVILEGED= yes CFLAGS.SunOS+= -DSUNOS5x LDFLAGS.SunOS+= -lsocket -lnsl |