diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:16:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:16:46 +0000 |
commit | 1b0124f20867c24bee9ae8b52512e27916924a84 (patch) | |
tree | af9bed85a31e3d956cb525c0753606e57c8af9f8 /sysutils/puppet | |
parent | ca9e2359058d81565ca4ea940ed5322b079dd781 (diff) | |
download | ports-1b0124f20867c24bee9ae8b52512e27916924a84.tar.gz ports-1b0124f20867c24bee9ae8b52512e27916924a84.zip |
Notes
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 9658bc5242c0..44af2f7deb30 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -65,7 +65,7 @@ RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2 .if !defined(WITH_PACKAGE_ORIGIN) EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_root .else -BROKEN= "PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch." +BROKEN= PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch. .endif .endif |