diff options
Diffstat (limited to 'games/frozenbubble/Makefile')
-rw-r--r-- | games/frozenbubble/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index 2ea85c928458..c43ad9b0c0b7 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: frozen-bubble -# Date created: 2002-10-06 -# Whom: Klaus Goger <klaus.goger@reflex.at> -# +# Created by: Klaus Goger <klaus.goger@reflex.at> # $FreeBSD$ -# PORTNAME= frozenbubble PORTVERSION= 2.2.0 @@ -30,6 +26,8 @@ MAN6= frozen-bubble-editor.6 frozen-bubble.6 LEXECDIR= ${PREFIX}/libexec/${PORTNAME} +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |