diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
commit | 932db7c46c9a269808dfa67ea02746b350c194d8 (patch) | |
tree | 5182ef394eeef9bff78abf27f4a3a05f7fb8ff43 /audio/xmcd/Makefile | |
parent | b9b5e71f19dfde1a969d42e0660cc786432b3500 (diff) | |
download | ports-932db7c46c9a269808dfa67ea02746b350c194d8.tar.gz ports-932db7c46c9a269808dfa67ea02746b350c194d8.zip |
Notes
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index c52b47bd7932..a58199a53a67 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmcd -# Date created: 16 February 1995 -# Whom: Gennady Sorokopud <gena@NetVision.net.il> -# +# Created by: Gennady Sorokopud <gena@NetVision.net.il> # $FreeBSD$ -# PORTNAME= xmcd PORTVERSION= 3.3.2 @@ -18,8 +14,8 @@ LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ FLAC:${PORTSDIR}/audio/flac RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= x11 xext xaw xmu xp xpm xt sm ice MAN1= cda.1 xmcd.1 MANCOMPRESSED= no |