diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /games/wmpuzzle | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69612
Diffstat (limited to '')
-rw-r--r-- | games/wmpuzzle/Makefile | 2 | ||||
-rw-r--r-- | games/wmpuzzle/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile index d835a0dcc480..b5cd5c0f391e 100644 --- a/games/wmpuzzle/Makefile +++ b/games/wmpuzzle/Makefile @@ -18,6 +18,8 @@ EXTRACT_ONLY= wmpuzzle_${PORTVERSION}.orig${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A dockable puzzle game for WindowMaker and AfterStep + LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes diff --git a/games/wmpuzzle/pkg-comment b/games/wmpuzzle/pkg-comment deleted file mode 100644 index fc59d8c1e8b8..000000000000 --- a/games/wmpuzzle/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dockable puzzle game for WindowMaker and AfterStep |