diff options
Diffstat (limited to 'x11/sisctrl/Makefile')
-rw-r--r-- | x11/sisctrl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/sisctrl/Makefile b/x11/sisctrl/Makefile index 63f49cf78ef2..0cb7dfaaf559 100644 --- a/x11/sisctrl/Makefile +++ b/x11/sisctrl/Makefile @@ -16,7 +16,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xv-path=${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lm PLIST_FILES= bin/sisctrl man/man1/sisctrl.1x.gz |