summaryrefslogtreecommitdiffstats
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2000-02-23 03:40:40 +0000
committerdeischen <deischen@FreeBSD.org>2000-02-23 03:40:40 +0000
commit87d702eabdea79f33bbfa69a41011c8a1ac058c1 (patch)
tree5b50ab46b8b90f895a663c037c74127e9b7fda1a /audio/xmcd/Makefile
parentc14bbd6a8d6d3e27a76dd9fb0c62511331c6f207 (diff)
downloadFreeBSD-ports-87d702eabdea79f33bbfa69a41011c8a1ac058c1.zip
FreeBSD-ports-87d702eabdea79f33bbfa69a41011c8a1ac058c1.tar.gz
Upgrade to latest release (xmcd-2.6).
This still fails to build correctly on -current since the /usr/libexec/cpp fiasco -- old versions of imake still use /usr/libexec/cpp instead of gcc -E. If you don't have a fixed version of imake, a quick fix to get around this is to set IMAKECPP=/usr/bin/cpp in your environment before make'ing this port. Note that the port builds without errors if you don't have the correct version of imake, but FREEBSD_CAM will not be defined and xmcd will use the ioctl method which hasn't worked since 3.0.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index c4c3a19..ed9636d 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= xmcd-2.5
+DISTNAME= xmcd-2.6
CATEGORIES= audio
MASTER_SITES= http://metalab.unc.edu/tkan/download/xmcd/src/
@@ -14,7 +14,7 @@ MAINTAINER= eischen@vigrid.com
REQUIRES_MOTIF= yes
USE_IMAKE= yes
-PLIST_SUB+= ARCH=${ARCH}
+PLIST_SUB+= RELEASE=${OSREL:R} ARCH=${ARCH}
MAN1= cda.1 cddbcmd.1 dp2xmcd.1 wm2xmcd.1 xmcd.1
MANCOMPRESSED= no
OpenPOWER on IntegriCloud