diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-29 08:24:02 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-29 08:24:02 +0800 |
commit | f8eb190248ebd46ee71c3ddc82a955b70d02c406 (patch) | |
tree | f793f46fa09c355eb837a2cb7edfeb1b5483586a | |
parent | 1bd7ad5fbb3a728601e028ac9ece3ac4d9adfb84 (diff) | |
download | freebsd-ports-gnome-f8eb190248ebd46ee71c3ddc82a955b70d02c406.tar.gz freebsd-ports-gnome-f8eb190248ebd46ee71c3ddc82a955b70d02c406.tar.zst freebsd-ports-gnome-f8eb190248ebd46ee71c3ddc82a955b70d02c406.zip |
- Install required file: sdlpixel.hpp
- Bump PORTREVISION
PR: 95582
Submitted by: Yuri Pankov <yuri.pankov___gmail.com>
Approved by: maintainer timeout (18 days)
-rw-r--r-- | devel/guichan/Makefile | 3 | ||||
-rw-r--r-- | devel/guichan/files/patch-include__guichan__sdl__Makefile.in | 12 | ||||
-rw-r--r-- | devel/guichan/pkg-plist | 1 |
3 files changed, 14 insertions, 2 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 4e7a3ea076b0..f4c33d165a8c 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -7,7 +7,7 @@ PORTNAME= guichan PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= A small, efficient C++ GUI library designed for games WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_REINPLACE= yes USE_SDL= sdl image USE_GMAKE= yes USE_GCC= 3.2+ diff --git a/devel/guichan/files/patch-include__guichan__sdl__Makefile.in b/devel/guichan/files/patch-include__guichan__sdl__Makefile.in new file mode 100644 index 000000000000..930432aebff3 --- /dev/null +++ b/devel/guichan/files/patch-include__guichan__sdl__Makefile.in @@ -0,0 +1,12 @@ +--- include/guichan/sdl/Makefile.in.orig Tue May 17 16:23:16 2005 ++++ include/guichan/sdl/Makefile.in Fri Apr 28 21:07:32 2006 +@@ -184,7 +184,8 @@ + libguichaninclude_HEADERS = \ + sdlgraphics.hpp \ + sdlimageloader.hpp \ +- sdlinput.hpp ++ sdlinput.hpp \ ++ sdlpixel.hpp + + all: all-am + diff --git a/devel/guichan/pkg-plist b/devel/guichan/pkg-plist index d096c6cc011a..d5aaed307557 100644 --- a/devel/guichan/pkg-plist +++ b/devel/guichan/pkg-plist @@ -29,6 +29,7 @@ include/guichan/sdl.hpp include/guichan/sdl/sdlgraphics.hpp include/guichan/sdl/sdlimageloader.hpp include/guichan/sdl/sdlinput.hpp +include/guichan/sdl/sdlpixel.hpp include/guichan/widget.hpp include/guichan/widgets/button.hpp include/guichan/widgets/checkbox.hpp |