diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-07 01:21:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-07 01:21:35 +0000 |
commit | 43ddaec6d82723ef7d6aadbc7ef5088124267257 (patch) | |
tree | 22c1c37ab0d4cb96e87d28a95be34c7912457e23 | |
parent | Mark this port broken if DISPLAY is not set, it needs to run xrdb. (diff) |
cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o windows.o xscreensaver.o xset.o dialogs-Xaw.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lXaw -lXmu -lXss -lXt -lSM -lICE -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt
ld: -lnsl: no match
*** Error code 1
Notes
Notes:
svn path=/head/; revision=11308
-rw-r--r-- | x11/xscreensaver/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 7fc8f892bb5c..da5597656d33 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -3,7 +3,7 @@ # Date created: 10 July 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1998/01/23 01:58:21 jseger Exp $ +# $Id: Makefile,v 1.8 1998/03/10 01:35:45 jseger Exp $ # DISTNAME= xscreensaver-2.16 @@ -15,6 +15,8 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +BROKEN= build + GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-shadow --without-motif USE_X11= yes |