diff options
Diffstat (limited to 'x11/xautomation/Makefile')
-rw-r--r-- | x11/xautomation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile index b07012a81424..685a0ce830e6 100644 --- a/x11/xautomation/Makefile +++ b/x11/xautomation/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png USE_XORG= xtst GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/pat2ppm bin/patextract bin/png2pat bin/rgb2pat \ bin/visgrep bin/xmousepos bin/xte |