diff options
author | tg <tg@FreeBSD.org> | 1997-09-15 15:28:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-09-15 15:28:07 +0800 |
commit | 5824101bb32f501e5c32892c261b145da72d860d (patch) | |
tree | 7640d34495ab7073700b897e85848298e9bb8942 /x11/libsx/Makefile | |
parent | b8ad3d6451cf71a8170418db360075487f0f3fc4 (diff) | |
download | freebsd-ports-gnome-5824101bb32f501e5c32892c261b145da72d860d.tar.gz freebsd-ports-gnome-5824101bb32f501e5c32892c261b145da72d860d.tar.zst freebsd-ports-gnome-5824101bb32f501e5c32892c261b145da72d860d.zip |
Add dependency on Xaw3d and minor cleanup prompted by portlint.
Part of PR: 4531
Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'x11/libsx/Makefile')
-rw-r--r-- | x11/libsx/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |