summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-12 18:54:46 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-12 18:54:46 +0000
commit223bdd52f255fbb610b41dcfc42e2dc5ce0e1a45 (patch)
tree378a36819206f8fd09f99fed80baea6495c80ce7 /sysutils
parentUpdate to version 1.1.2 (diff)
Remove a stray PLIST= that wasn't supposed to be there
Notes
Notes: svn path=/head/; revision=20676
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrdao/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 54b753d4d584..9df38de157c7 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 April 1999
# Whom: futatuki
#
-# $Id: Makefile,v 1.3 1999/07/10 19:36:38 sada Exp $
+# $Id: Makefile,v 1.4 1999/08/12 18:49:27 cpiazza Exp $
#
# If You don't want to use Joerg Schilling's SCSI library,
# set DONT_USE_SCGLIB = yes
@@ -38,7 +38,6 @@ XCDRDAO= yes
.if defined(XCDRDAO)
LIB_DEPENDS+= gtkmm-1.0.5:${PORTSDIR}/x11-toolkits/gtk--
-PLIST= ${PKGDIR}/PLIST.xcdrdao
.else
CONFIGURE_ARGS= --disable-gtkmmtest
.endif