diff options
Diffstat (limited to 'graphics/py-gd/Makefile')
-rw-r--r-- | graphics/py-gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 935af4b294ac..21df87a771dd 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -30,7 +30,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ - -e 's,/usr/X11R6,${X11BASE},g' \ + -e 's,/usr/X11R6,${LOCALBASE},g' \ -e 's,/usr/include/X11,${LOCALBASE}/include,g' \ ${WRKSRC}/${PYSETUP} .if defined(WITHOUT_X11) |