diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/dcd | |
parent | - update to 1.4.7 (diff) |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Notes
Notes:
svn path=/head/; revision=325727
Diffstat (limited to 'audio/dcd')
-rw-r--r-- | audio/dcd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/dcd/Makefile b/audio/dcd/Makefile index 2f3090698863..baf560935d4d 100644 --- a/audio/dcd/Makefile +++ b/audio/dcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: dcd -# Date created: 20 June 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= dcd PORTVERSION= 0.99.2 @@ -16,7 +12,7 @@ COMMENT= A simple, programmable, intelligent CD player LIB_DEPENDS= cdaudio:${PORTSDIR}/audio/libcdaudio -USE_GMAKE= yes +USES= gmake MAN1= dcd.1 PLIST_FILES= bin/dcd |