diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 5e0762a9564e268d4b9082c6548617a78306a15a (patch) | |
tree | 26fbb7dc3029f5ab0e53731f050deadcaac8f40f /sysutils/asapm | |
parent | Back out update - we're in freeze. Whoops. (diff) |
More missing dependencies.
Notes
Notes:
svn path=/head/; revision=14954
Diffstat (limited to 'sysutils/asapm')
-rw-r--r-- | sysutils/asapm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index d12794b9e270..f3b6be90ba9d 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Aug 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.3 1998/11/02 03:44:55 steve Exp $ +# $Id: Makefile,v 1.4 1998/11/21 07:27:40 steve Exp $ # DISTNAME= asapm-2.2 @@ -12,6 +12,8 @@ MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ MAINTAINER= handy@physics.montana.edu +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes MAN1= asapm.1x |