diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 13:35:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 13:35:35 +0000 |
commit | 325e9852115ef2d0f3567060002ca226ce04d095 (patch) | |
tree | 5ca3151e1451c0546cdf1065a0ad934a2287c6cb /audio/dap | |
parent | One last missing xpm dependency. (diff) |
One more xpm dependency.
Notes
Notes:
svn path=/head/; revision=14956
Diffstat (limited to 'audio/dap')
-rw-r--r-- | audio/dap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index e5d7dc53d6e2..fd87d5a3ccbb 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1998 # Whom: yoshiaki Uchikawa # -# $Id: Makefile,v 1.2 1998/09/26 23:17:58 steve Exp $ +# $Id: Makefile,v 1.3 1998/11/03 00:32:31 jseger Exp $ # DISTNAME= DAPSource @@ -13,7 +13,8 @@ MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ MAINTAINER= yoshiaki@kt.rim.or.jp -LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ + Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/dap USE_X_PREFIX= yes |