diff options
author | asami <asami@FreeBSD.org> | 2000-01-02 16:50:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-02 16:50:59 +0800 |
commit | 680ad143609b8e3bbd81a25e18a84727db72a146 (patch) | |
tree | 4c67040f7554bf7657d1982d814f8c2568f147ab /emulators/twin | |
parent | 0d514e0269195ca83fb9dd7d4a81956c464a6f5b (diff) | |
download | freebsd-ports-gnome-680ad143609b8e3bbd81a25e18a84727db72a146.tar.gz freebsd-ports-gnome-680ad143609b8e3bbd81a25e18a84727db72a146.tar.zst freebsd-ports-gnome-680ad143609b8e3bbd81a25e18a84727db72a146.zip |
This port requires Xlib.
Submitted by: bento
Diffstat (limited to 'emulators/twin')
-rw-r--r-- | emulators/twin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 92423e2aa684..950c58a54553 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.willows.com/pub/development/ MAINTAINER= giffunip@asme.org WRKSRC= $(WRKDIR)/twin +USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= depend world |