diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-15 07:28:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-15 07:28:07 +0000 |
commit | 46c9c0bd74a5a39ac167ca0e0cd4cb99eb0e33f7 (patch) | |
tree | 002b550f353825bed9e0b687969f2993fb0844ad /x11/libsx | |
parent | c4f925e1b4bea9fb8489c0892b1548a5c175b576 (diff) |
Notes
Diffstat (limited to 'x11/libsx')
-rw-r--r-- | x11/libsx/Makefile | 4 | ||||
-rw-r--r-- | x11/libsx/files/patch-aa | 2 | ||||
-rw-r--r-- | x11/libsx/pkg-descr | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/x11/libsx/Makefile b/x11/libsx/Makefile index b953d6c34a05..5cb9cc0b21d2 100644 --- a/x11/libsx/Makefile +++ b/x11/libsx/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.3 1997/08/11 00:36:50 fenner Exp $ +# $Id: Makefile,v 1.4 1997/09/03 05:22:17 max Exp $ # DISTNAME= libsx @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org +LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d + USE_X11= yes ALL_TARGET= src freq diff --git a/x11/libsx/files/patch-aa b/x11/libsx/files/patch-aa index 1f466726e9e6..f1e087cfad7c 100644 --- a/x11/libsx/files/patch-aa +++ b/x11/libsx/files/patch-aa @@ -61,4 +61,4 @@ # LIBSX = ../src/libsx.a #LIBS = $(LIBSX) -lXaw -lXmu -lXt -lX11 -! LIBS = $(LIBSX) -lXaw -lXmu -lXt -lX11 -lm -lXext -L$(X11BASE)/lib +! LIBS = $(LIBSX) -lXaw3d -lXmu -lXt -lX11 -lm -lXext -L$(X11BASE)/lib diff --git a/x11/libsx/pkg-descr b/x11/libsx/pkg-descr index 2b7c9debcd16..b11292e9f9f7 100644 --- a/x11/libsx/pkg-descr +++ b/x11/libsx/pkg-descr @@ -8,4 +8,3 @@ case down to a single function call with only a few arguments. by Dominic Giamapolo dbg@sgi.com - |