diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-05-13 10:27:09 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-05-13 10:27:09 +0000 |
commit | 891d746874d8bdf7c7861a098cec116c1fd05981 (patch) | |
tree | 49d9c12b7b3e678b44ba2e89b8c231138248f44a /audio | |
parent | Update to 1.0.4 (diff) |
Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=212982
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcdplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile index 4e36cfa854e0..cba3a3dbfda6 100644 --- a/audio/xcdplayer/Makefile +++ b/audio/xcdplayer/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CD player for X USE_IMAKE= yes -USE_XORG= xbitmaps +USE_XORG= xbitmaps xaw MAN1= xcdplayer.1 PLIST_FILES= bin/xcdplayer lib/X11/app-defaults/XCdplayer |