diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 12:12:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 12:12:12 +0000 |
commit | 633edff8885d2573c8a7e1b4a3149fb0fb702a96 (patch) | |
tree | 8f0e949eb167752680395a6fe1a7a76442443257 /textproc/iiimf-client-lib | |
parent | 4d52aa83e81ed75dd3cefc242c1de740bf96844e (diff) | |
download | ports-633edff8885d2573c8a7e1b4a3149fb0fb702a96.tar.gz ports-633edff8885d2573c8a7e1b4a3149fb0fb702a96.zip |
Notes
Diffstat (limited to 'textproc/iiimf-client-lib')
-rw-r--r-- | textproc/iiimf-client-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index 4306a098fb70..1f893a6367f0 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -35,7 +35,7 @@ post-patch: -e "s,-D_POSIX_C_SOURCE=199506L,,g" \ -e "s,has_xiccallback=no,has_xiccallback=yes,g" \ -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \ - -e "s,-I\$${IM_INCLUDEDIR},-I${LOCALBASE}/include/iiimf,g" \ + -e "s,-I\$$(IM_INCLUDEDIR),-I${LOCALBASE}/include/iiimf,g" \ ${WRKSRC}/${DIR}/configure .endfor |