diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 11:29:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 11:29:39 +0000 |
commit | c8c6e38e476c7c5f39c58e78bc1a7143efb16055 (patch) | |
tree | ae7f002a9b2764778570ce74e933420f70457f14 /x11-wm/ion3/Makefile | |
parent | d64405515b266ab1ca940dffe933592e9b0b9af0 (diff) | |
download | ports-c8c6e38e476c7c5f39c58e78bc1a7143efb16055.tar.gz ports-c8c6e38e476c7c5f39c58e78bc1a7143efb16055.zip |
Notes
Diffstat (limited to 'x11-wm/ion3/Makefile')
-rw-r--r-- | x11-wm/ion3/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile index d6a8b712c469..9a911cc1546c 100644 --- a/x11-wm/ion3/Makefile +++ b/x11-wm/ion3/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: ion-devel +# New ports collection makefile for: ion-2 # Date created: 20 August 2003 # Whom: anthony.ginepro@laposte.net # Original ion port: ricci@cs.utah.edu @@ -22,6 +22,11 @@ USE_LIBLTDL= yes USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GMAKE= yes +MAKE_ENV= DEFINES="${IONDEFINES}" + +.if !defined(WITH_MULTIBYTE) +IONDEFINES+= -DCF_NO_MB_SUPPORT +.endif MAN1= ion.1 pwm.1 DOCSDIR= share/doc/ion |