diff options
Diffstat (limited to 'deskutils/glabels/Makefile')
-rw-r--r-- | deskutils/glabels/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index c56f035d4913..3f53540a2b6c 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -24,8 +24,8 @@ USE_GETTEXT= yes INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= glabels.1 |