diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-08-18 16:15:10 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-08-18 16:15:10 +0000 |
commit | efb928619b234d49b326a13f59a6e2ee354bf902 (patch) | |
tree | c62bd82140831e81442480b9cefc699e0c08f08d /japanese/gd1/Makefile | |
parent | dfc14c855f8ec76c9bd42bc90e325a160cc5d6cf (diff) | |
download | ports-efb928619b234d49b326a13f59a6e2ee354bf902.tar.gz ports-efb928619b234d49b326a13f59a6e2ee354bf902.zip |
Notes
Diffstat (limited to 'japanese/gd1/Makefile')
-rw-r--r-- | japanese/gd1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile index 06832cb0275b..b5336deb424d 100644 --- a/japanese/gd1/Makefile +++ b/japanese/gd1/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: gd +# New ports collection makefile for: gd1 # Date created: 19 Aug 1998 # Whom: ichiro@ichiro.org # @@ -10,8 +10,8 @@ CATEGORIES= japanese MAINTAINER= ichiro@ichiro.org COMMENT= A graphics library for fast image creation with Japanese support -MASTERDIR= ${.CURDIR}/../../graphics/gd +MASTERDIR= ${.CURDIR}/../../graphics/gd1 -MAKE_ARGS= -DJISX0208 +CPPFLAGS+= -DJISX0208 .include "${MASTERDIR}/Makefile" |