diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /games/xpenguins | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'games/xpenguins')
-rw-r--r-- | games/xpenguins/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xpenguins/Makefile b/games/xpenguins/Makefile index 15819975c228..e2af402a1cb1 100644 --- a/games/xpenguins/Makefile +++ b/games/xpenguins/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpenguins PORTVERSION= 2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://xpenguins.seul.org/:xp \ http://www.chrisburkert.de/download/unix/:ch @@ -18,8 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= lyngbol@wheel.dk COMMENT= Cute little penguins that walk along the tops of your windows -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes MAN1= xpenguins.1 |