diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdl_sge/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile index f2673b557e36..e588804907bc 100644 --- a/devel/sdl_sge/Makefile +++ b/devel/sdl_sge/Makefile @@ -11,6 +11,7 @@ PORTREVISION= 2 CATEGORIES= devel graphics MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \ http://www.digitalfanatics.org/cal/sge/files/ +PKGNAMEPREFIX= sdl_ DISTNAME= ${PORTNAME}030809 MAINTAINER= walkingshadow@grummel.net @@ -19,8 +20,6 @@ COMMENT= A graphic library for the Simple DirectMedia Layer (SDL) USE_GMAKE= yes USE_LDCONFIG= yes NO_FILTER_SHLIBS= yes -LATEST_LINK= sdl-sge -CONFLICTS= sge-6* OPTIONS= SDL_IMAGE "Enable support for SDL_IMAGE" On \ FREETYPE "Enable FreeType support" On \ |