diff options
Diffstat (limited to 'graphics/renderpark/Makefile')
-rw-r--r-- | graphics/renderpark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile index cbeb15f59c6c..77945df6cac5 100644 --- a/graphics/renderpark/Makefile +++ b/graphics/renderpark/Makefile @@ -43,7 +43,7 @@ PLIST_SUB= WITH_SCENES="@comment " PLIST_SUB= WITH_SCENES="" .endif -pre-everything: +pre-everything:: .ifndef (WITH_XRML) @${ECHO} "Defining WITH_XRML=yes will allow you to read XRML input files" .endif |