diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-18 22:09:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-18 22:09:21 +0000 |
commit | cf92415f2fe1a6a3c53af24311467121171b6088 (patch) | |
tree | 8867b8270d6741c875044263f014bbcf8131d9c6 /sysutils | |
parent | Add a gnome2-power-tools, a meta-port of GNOME utilities and applets for (diff) |
Test WITH_RSCSI rather than MKISOFS before offering the WITH_RSCSI option.
Notes
Notes:
svn path=/head/; revision=98506
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile index 5f30c01d11e5..673f865d0761 100644 --- a/sysutils/cdrtools-devel/Makefile +++ b/sysutils/cdrtools-devel/Makefile @@ -62,7 +62,7 @@ PKGNAMESUFFIX?= -devel .include <bsd.port.pre.mk> pre-everything:: -.if !defined(MKISOFS) +.if !defined(WITH_RSCSI) @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following build option(s):" @${ECHO_MSG} "" |