summaryrefslogtreecommitdiff
path: root/www/wwwoffle/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-12-07 08:50:49 +0000
committeragc <agc>1999-12-07 08:50:49 +0000
commitf4a34cbddf236e1a457da185b22ddb02fe31386b (patch)
treeac7b4e6c19cba40bd40ee639c6a360e64a7e3d93 /www/wwwoffle/Makefile
parent14e93d535dfcc6c239dac07220d444cb69ddd47a (diff)
downloadpkgsrc-f4a34cbddf236e1a457da185b22ddb02fe31386b.tar.gz
Make this package compile on Solaris.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r--www/wwwoffle/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index d2690fa895f..668c056d132 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/11/26 06:30:10 itohy Exp $
+# $NetBSD: Makefile,v 1.12 1999/12/07 08:50:49 agc Exp $
DISTNAME= wwwoffle-2.5b
CATEGORIES= www
@@ -25,6 +25,10 @@ BUILD_DEFS+= USE_INET6
PATCHDIR= ${WRKDIR}/.patches
.endif
+.if ${OPSYS} == "SunOS"
+MAKE_ENV+= LIBRARY="-lnsl -lsocket"
+.endif
+
pre-patch:
.if defined(USE_INET6) && ${USE_INET6} == YES
${MKDIR} ${WRKDIR}/.patches