diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
commit | 02e84c27a6b76abc5a0236c8baa85da50345fdba (patch) | |
tree | 86b776760f67d66cb9647eff31ac28a133cfd3aa /audio/xcdplayer | |
parent | 8777d608921b9489149424c90677e1591da20037 (diff) | |
download | ports-02e84c27a6b76abc5a0236c8baa85da50345fdba.tar.gz ports-02e84c27a6b76abc5a0236c8baa85da50345fdba.zip |
Notes
Diffstat (limited to 'audio/xcdplayer')
-rw-r--r-- | audio/xcdplayer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile index f0a960f798fa..1a08ac2e72a6 100644 --- a/audio/xcdplayer/Makefile +++ b/audio/xcdplayer/Makefile @@ -3,12 +3,13 @@ # Date created: 30 Sep 1994 # Whom: swallace # -# $Id: Makefile,v 1.4 1995/02/11 13:48:46 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:44:04 jkh Exp $ # DISTNAME= xcdplayer-2.2 -MASTER_SITES= ftp://dutepp0.et.tudelft.nl/pub/Unix/Sun/ CATEGORIES+= audio +MASTER_SITES= ftp://dutepp0.et.tudelft.nl/pub/Unix/Sun/ + USE_IMAKE= yes .include <bsd.port.mk> |