diff options
Diffstat (limited to 'graphics/vp')
-rw-r--r-- | graphics/vp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index ffc7ff40b788..e65a4fb2fec8 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -9,9 +9,10 @@ MASTER_SITES= http://elfga.com/~erik/files/ MAINTAINER= erik@elfga.com COMMENT= Image viewer for X -USE_SDL= image GNU_CONFIGURE= yes +LIBS+= -lm USES= tar:xz +USE_SDL= image PLIST_FILES= bin/vp man/man1/vp.1.gz |