diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 22:49:26 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 22:49:26 +0800 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/xpacman | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | freebsd-ports-gnome-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz freebsd-ports-gnome-665bec206dcb6c4d1e6d2763147022da72013147.tar.zst freebsd-ports-gnome-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Convert g* to USES=zip
Diffstat (limited to 'games/xpacman')
-rw-r--r-- | games/xpacman/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index b0df7c4e134d..1666cc3ee36a 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -12,8 +12,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= Old action game NO_WRKSUBDIR= Does not unpack into subdir. -USE_ZIP= yes -USES= imake +USES= imake zip USE_XORG= x11 xext MAN1= pacman.1 PLIST_FILES= bin/pacman |