diff options
Diffstat (limited to 'audio/splaytk/Makefile')
-rw-r--r-- | audio/splaytk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile index a6ac4e63d66d..293509a9d4fd 100644 --- a/audio/splaytk/Makefile +++ b/audio/splaytk/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: splaytk -# Version required: 2.0 # Date created: 19 Apr 1998 # Whom: brett@peloton.physics.montana.edu # # $FreeBSD$ # -DISTNAME= splaytk-2.0 +PORTNAME= splaytk +PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/players @@ -16,7 +16,7 @@ MAINTAINER= brett@peloton.runet.edu RUN_DEPENDS= splay:${PORTSDIR}/audio/splay \ wish8.2:${PORTSDIR}/x11-toolkits/tk82 -WRKSRC= ${WRKDIR}/splay-tk-2.0 +WRKSRC= ${WRKDIR}/splay-tk-2.0 NO_BUILD= yes |