diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 21:35:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 21:35:35 +0800 |
commit | 4ae03dfb8ce4be20e6ad517a6e5047177d7cf9d5 (patch) | |
tree | fcf72237c10723bc58a076bf5fdcc62774074d0a /audio | |
parent | 1d035f8ce4439fa20f0375588a5046dc94a84946 (diff) | |
download | freebsd-ports-graphics-4ae03dfb8ce4be20e6ad517a6e5047177d7cf9d5.tar.gz freebsd-ports-graphics-4ae03dfb8ce4be20e6ad517a6e5047177d7cf9d5.tar.zst freebsd-ports-graphics-4ae03dfb8ce4be20e6ad517a6e5047177d7cf9d5.zip |
One more xpm dependency.
Diffstat (limited to 'audio')
-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 e5d7dc53d6e..fd87d5a3ccb 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 |