diff options
Diffstat (limited to 'devel/guichan/Makefile')
-rw-r--r-- | devel/guichan/Makefile | 3 |
1 files changed, 1 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+ |