diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | c62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch) | |
tree | b32409a9ec171a85e0016501d1db9153c45fe091 /devel/sdlmm | |
parent | Zero PORTREVISION after the PORTVERSION is bumped. (diff) |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69625
Diffstat (limited to 'devel/sdlmm')
-rw-r--r-- | devel/sdlmm/Makefile | 2 | ||||
-rw-r--r-- | devel/sdlmm/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/sdlmm/Makefile b/devel/sdlmm/Makefile index 7ee04d0a7735..571f736dc235 100644 --- a/devel/sdlmm/Makefile +++ b/devel/sdlmm/Makefile @@ -15,8 +15,6 @@ DISTNAME= SDLmm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= A C++ Wrapper for the SDL (Simple DirectMedia Layer) - LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config diff --git a/devel/sdlmm/pkg-comment b/devel/sdlmm/pkg-comment new file mode 100644 index 000000000000..b945b6c895e8 --- /dev/null +++ b/devel/sdlmm/pkg-comment @@ -0,0 +1 @@ +A C++ Wrapper for the SDL (Simple DirectMedia Layer) |