diff options
author | steve <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
commit | 530f40dbd608eeafa275dac1b5ca6061d49eb8c6 (patch) | |
tree | 2b2eec5b10200bb83c606975e74203d1c4a8624c /audio/workman | |
parent | 2a84422835b8074e8750bf82ca10ad14c39e26d9 (diff) | |
download | FreeBSD-ports-530f40dbd608eeafa275dac1b5ca6061d49eb8c6.zip FreeBSD-ports-530f40dbd608eeafa275dac1b5ca6061d49eb8c6.tar.gz |
LIB_DEPENDS on the new unified xview port.
Diffstat (limited to 'audio/workman')
-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 181527f..795033c 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.8 1998/10/11 07:31:38 jseger Exp $ +# $Id: Makefile,v 1.9 1998/10/13 03:30:30 jseger 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 WRKSRC= ${WRKDIR}/workman USE_IMAKE= yes |