diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-05 14:13:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-05 14:13:59 +0000 |
commit | ed7c750f614ec78cce858e035baeaaea3e0df77a (patch) | |
tree | 3b8eedcfc64437e5f71cc442f93796aa1f3bca9e /graphics/bmp2html | |
parent | 690c76d9c1b33756aab6551204983beec612bc99 (diff) |
- Convert USE_SDL=yes to USE_SDL=sdl
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=492233
Diffstat (limited to 'graphics/bmp2html')
-rw-r--r-- | graphics/bmp2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index c77fa1c20f73..b70ed1c755bb 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org COMMENT= BMP to HTML converter -USE_SDL= yes +USE_SDL= sdl LDFLAGS+= -L${LOCALBASE}/lib SDL_FLAGS= -I${LOCALBASE}/include/SDL -I${LOCALBASE}/include |