diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
commit | a198154cf277f8795e1ab43acb6bc191f9fcccf9 (patch) | |
tree | 3680bcca1bfc92629c58f00af8f9ee3d15436008 /audio | |
parent | Remove regexp libXbae library. (diff) |
Remove regexp support for libxview not that it builds ELF too.
Notes
Notes:
svn path=/head/; revision=13294
Diffstat (limited to 'audio')
-rw-r--r-- | audio/workman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/workman/Makefile b/audio/workman/Makefile index 671693769924..657ebe07e1df 100644 --- a/audio/workman/Makefile +++ b/audio/workman/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Now 1995 # Whom: Donald Burr <d_burr@ix.netcom.com> # -# $Id: Makefile,v 1.4 1997/11/28 19:55:18 jseger Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:10 asami Exp $ # DISTNAME= WorkMan-1.3a @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= applications/WorkMan MAINTAINER= d_burr@ix.netcom.com -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib WRKSRC= ${WRKDIR}/workman USE_IMAKE= yes |