diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-03 12:25:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-03 12:25:06 +0000 |
commit | b38bdb296380bb6b24b308f4edfda6ca4482e6cd (patch) | |
tree | 95ad3b8ae032e0379e211b3309704786446b3222 /emulators/tme | |
parent | f862dcfd1684709c7c64653410eeab8dbf9bd9f0 (diff) | |
download | ports-b38bdb296380bb6b24b308f4edfda6ca4482e6cd.tar.gz ports-b38bdb296380bb6b24b308f4edfda6ca4482e6cd.zip |
Notes
Diffstat (limited to 'emulators/tme')
-rw-r--r-- | emulators/tme/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 7e3aefe30183..7dc556ba6f4a 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -19,6 +19,7 @@ USE_GMAKE= yes USE_GNOME= gtk12 gnometarget CONFIGURE_ARGS+= --disable-shared MAKE_ENV= LANG=C +USE_XLIB= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/libtme/module.c |