diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
commit | 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a (patch) | |
tree | eea5ecd9ebb32eb75307481e787e956b5e31f3bb /x11-toolkits/sdl_gui | |
parent | 9d3fbd7b82b343108df5412a1b27406024e611e8 (diff) | |
download | freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.zst freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'x11-toolkits/sdl_gui')
-rw-r--r-- | x11-toolkits/sdl_gui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile index 12f1cc16e1d9..224da3ada67e 100644 --- a/x11-toolkits/sdl_gui/Makefile +++ b/x11-toolkits/sdl_gui/Makefile @@ -15,6 +15,8 @@ DISTNAME= SDL_gui-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Graphical User Interface library for SDL + LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ SDL_image:${PORTSDIR}/graphics/sdl_image \ SDL_ttf:${PORTSDIR}/graphics/sdl_ttf diff --git a/x11-toolkits/sdl_gui/pkg-comment b/x11-toolkits/sdl_gui/pkg-comment deleted file mode 100644 index 8c563d59c246..000000000000 --- a/x11-toolkits/sdl_gui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Graphical User Interface library for SDL |