diff options
author | danfe <danfe@FreeBSD.org> | 2006-02-22 23:37:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-02-22 23:37:29 +0800 |
commit | d4d2627922ab46701e8546b68bfea15855958e67 (patch) | |
tree | fc760fa4d36d4897f77aebcfb2fadb7fee98c329 | |
parent | e5e9575b28dd072698c0d827b1a262a5945be2f7 (diff) | |
download | freebsd-ports-gnome-d4d2627922ab46701e8546b68bfea15855958e67.tar.gz freebsd-ports-gnome-d4d2627922ab46701e8546b68bfea15855958e67.tar.zst freebsd-ports-gnome-d4d2627922ab46701e8546b68bfea15855958e67.zip |
Install under ${X11BASE} by default.
-rw-r--r-- | emulators/tiemu2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/tiemu2/Makefile b/emulators/tiemu2/Makefile index ff5c26e9c2a0..5c52c62c3562 100644 --- a/emulators/tiemu2/Makefile +++ b/emulators/tiemu2/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= ticalcs.9:${PORTSDIR}/devel/libticalcs \ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 libglade2 +USE_X_PREFIX= yes MAN1= tiemu.1 |