diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-07-23 08:20:10 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-07-23 08:20:10 +0000 |
commit | 9270884d0daef73726888a38bdc0824c1ee7c5d0 (patch) | |
tree | f4ba5804d02ca52129dd6fcf41a1189d071d7b88 | |
parent | c349fb3a4696ae4db50ca9a77e006ad4b6009704 (diff) | |
download | ports-9270884d0daef73726888a38bdc0824c1ee7c5d0.tar.gz ports-9270884d0daef73726888a38bdc0824c1ee7c5d0.zip |
Notes
-rw-r--r-- | games/speyes/Makefile | 2 | ||||
-rw-r--r-- | net/tightvnc/Makefile | 2 | ||||
-rw-r--r-- | x11/tycoon/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/speyes/Makefile b/games/speyes/Makefile index 13ca504a68b8..82af22b2e0a1 100644 --- a/games/speyes/Makefile +++ b/games/speyes/Makefile @@ -16,6 +16,6 @@ COMMENT= WindowMaker dockapp/xeyes clone using SouthPark characters PLIST_FILES= bin/speyes USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xpm xmu .include <bsd.port.mk> diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index bfd49cabccf6..d41164b485a4 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/vnc_unixsrc USE_BZIP2= yes USE_PERL5= yes USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw ALL_TARGET= World NO_INSTALL_MANPAGES= yes 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: |