diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-07-22 20:10:21 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-07-22 20:10:21 +0000 |
commit | e0e1bbb822f6383af2023e5a66d4540730260109 (patch) | |
tree | 35104fba522201f1ab978039bc9fb8981c3c2349 /x11 | |
parent | 4ba2ba40e4da4584d311032f1a0fa34842c6ba51 (diff) | |
download | ports-e0e1bbb822f6383af2023e5a66d4540730260109.tar.gz ports-e0e1bbb822f6383af2023e5a66d4540730260109.zip |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=217310
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdtm/Makefile | 2 | ||||
-rw-r--r-- | x11/xlupe/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/xdtm/Makefile b/x11/xdtm/Makefile index ee2d2ff4d984..bee1f199c387 100644 --- a/x11/xdtm/Makefile +++ b/x11/xdtm/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphical shell for the X Window System USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw WRKSRC= ${WRKDIR}/xdtm MAN1= xdtm.1 diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 8a07f3b07aa1..23487937c628 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Magnifying glass for X. like xmag but with continously updates USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw PLIST_FILES= bin/xlupe |