diff options
Diffstat (limited to 'misc/wmpal')
-rw-r--r-- | misc/wmpal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/wmpal/Makefile b/misc/wmpal/Makefile index 0a2dcfd95c8f..a60b23906ad6 100644 --- a/misc/wmpal/Makefile +++ b/misc/wmpal/Makefile @@ -15,8 +15,8 @@ COMMENT= A one of the most useless dockapps in the world USE_XORG= xpm GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= README PLIST_FILES= bin/wmpal |