diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 02:53:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 02:53:20 +0000 |
commit | 83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e (patch) | |
tree | f775f633a4c6da1bd0e3bfe790801ba491f591e0 /textproc/expat | |
parent | c982e3f9d3727d4bc94a286df30ce7df012a145a (diff) | |
download | ports-83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e.tar.gz ports-83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e.zip |
Notes
Diffstat (limited to 'textproc/expat')
-rw-r--r-- | textproc/expat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index fc156f8083ae..936880f289b1 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -15,9 +15,7 @@ MAINTAINER= knu@FreeBSD.org SHLIB_MAJOR= 1 MAKEFILES= Makefile.lib Makefile.prog -MAKE_ARGS= CC="${CC}" \ - CFLAGS="${CFLAGS}" \ - SHLIB_MAJOR="${SHLIB_MAJOR}" \ +MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" \ NOPROFILE=true PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |