diff options
Diffstat (limited to 'japanese/gd/Makefile')
-rw-r--r-- | japanese/gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/gd/Makefile b/japanese/gd/Makefile index 06832cb0275b..7a58d1ba9956 100644 --- a/japanese/gd/Makefile +++ b/japanese/gd/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: gd +# New ports collection makefile for: gd2 # Date created: 19 Aug 1998 # Whom: ichiro@ichiro.org # @@ -12,6 +12,6 @@ COMMENT= A graphics library for fast image creation with Japanese support MASTERDIR= ${.CURDIR}/../../graphics/gd -MAKE_ARGS= -DJISX0208 +CPPFLAGS+= -DJISX0208 .include "${MASTERDIR}/Makefile" |