diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 05:43:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 05:43:38 +0000 |
commit | 07d6292490d965f6ddcf20c11283be2d4a9baac3 (patch) | |
tree | 12fda9145f85543bd286f916c2b9a9f239e7604a /audio/ascd | |
parent | d2b8bec2098e5b01ea3b680299b38a90bbfb6a14 (diff) |
Notes
Diffstat (limited to 'audio/ascd')
-rw-r--r-- | audio/ascd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ascd/Makefile b/audio/ascd/Makefile index 6c859d4fcc7c..c3840dab40a5 100644 --- a/audio/ascd/Makefile +++ b/audio/ascd/Makefile @@ -3,7 +3,7 @@ # Date created: 29 November 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 10:02:02 flathill Exp $ # DISTNAME= ascd-0.7 @@ -12,6 +12,8 @@ MASTER_SITES= http://slashdot.org/linux/dl/ MAINTAINER= jim@phrantic.phear.net +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes MAN1= ascd.1 |