diff options
Diffstat (limited to 'sysutils/asmem/Makefile')
-rw-r--r-- | sysutils/asmem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index e21a255d7902..74fde14e810d 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -17,8 +17,8 @@ COMMENT= An AfterStep look-n-feel memory utilization monitor USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ - --with-xpm-includes=${X11BASE}/include \ - --with-xpm-library=${X11BASE}/lib + --with-xpm-includes=${LOCALBASE}/include \ + --with-xpm-library=${LOCALBASE}/lib MAN1= asmem.1 PLIST_FILES= bin/asmem |