diff options
Diffstat (limited to 'audio/id3ren/Makefile')
-rw-r--r-- | audio/id3ren/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile index b9b473a6aca6..811b1de5535c 100644 --- a/audio/id3ren/Makefile +++ b/audio/id3ren/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/id3ren man/man1/id3ren.1.gz PORTDOCS= AUTHORS ChangeLog FEATURES FEEDBACK INSTALL PORTS \ README THANKS TODO USAGE -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS pre-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ |