diff options
author | flz <flz@FreeBSD.org> | 2008-07-23 16:20:10 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-07-23 16:20:10 +0800 |
commit | dfb59c6526b9c5b849a125f551f6da512343fe10 (patch) | |
tree | 25546e5025de16e8c1a91361b51b02685f70cd3a /x11 | |
parent | 8d466a964823c1f3be3138149aa47886cf3e9560 (diff) | |
download | freebsd-ports-gnome-dfb59c6526b9c5b849a125f551f6da512343fe10.tar.gz freebsd-ports-gnome-dfb59c6526b9c5b849a125f551f6da512343fe10.tar.zst freebsd-ports-gnome-dfb59c6526b9c5b849a125f551f6da512343fe10.zip |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tycoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index 4cec92714365..ec1a363e5873 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -18,7 +18,7 @@ COMMENT= A nifty set of desktop apps, including floating buttons LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw REINPLACE_ARGS= -i "" post-patch: |