diff options
Diffstat (limited to 'emulators/visualos/Makefile')
-rw-r--r-- | emulators/visualos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index b6e3e6386c20..dcc9279b8077 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -17,8 +17,8 @@ COMMENT= A visual simulator of an operating system to help understand how OSes w USE_GNOME= gnomehack gnomeprefix libglade USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= VisualOS.1 |