diff options
author | bapt <bapt@FreeBSD.org> | 2017-05-25 22:35:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-05-25 22:35:49 +0800 |
commit | b87e815b3e618def2b3e4fd1e1911a7dc776637c (patch) | |
tree | 387dd7c426c5c817afc688e6e01f017251f34934 /emulators | |
parent | 6f1fef008b0525df39823d8fc041b264ecc29590 (diff) | |
download | freebsd-ports-gnome-b87e815b3e618def2b3e4fd1e1911a7dc776637c.tar.gz freebsd-ports-gnome-b87e815b3e618def2b3e4fd1e1911a7dc776637c.tar.zst freebsd-ports-gnome-b87e815b3e618def2b3e4fd1e1911a7dc776637c.zip |
Register dependency on groff
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tiemu3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 9b593209bfbe..cdb57a746adc 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libticalcs2.so:comms/libticalcs2 \ libticables2.so:comms/libticables2 \ libtifiles2.so:devel/libtifiles2 -USES= gmake libtool pkgconfig +USES= gmake groff libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 USE_SDL= sdl |