diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-01-11 09:34:29 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-01-11 09:34:29 +0800 |
commit | f71c88e4150e382221b2b9f7865489c3ad16f717 (patch) | |
tree | 8356c15d9f0692670d9504d64861e12842a950f4 /games | |
parent | 88d9135bba18f087666cf018defcfb6b4d2d0ae7 (diff) | |
download | freebsd-ports-gnome-f71c88e4150e382221b2b9f7865489c3ad16f717.tar.gz freebsd-ports-gnome-f71c88e4150e382221b2b9f7865489c3ad16f717.tar.zst freebsd-ports-gnome-f71c88e4150e382221b2b9f7865489c3ad16f717.zip |
add missing dependency
Submitted by: pointyhat via kris
Diffstat (limited to 'games')
-rw-r--r-- | games/poker-eval/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/poker-eval/Makefile b/games/poker-eval/Makefile index 5fc617b39684..0257ac317044 100644 --- a/games/poker-eval/Makefile +++ b/games/poker-eval/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0 MAINTAINER= ijliao@FreeBSD.org COMMENT= A C library to evaluate poker hands +USE_GETOPT_LONG= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= MD5SUM=${MD5} |