diff options
author | steve <steve@FreeBSD.org> | 2007-08-15 04:13:51 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2007-08-15 04:13:51 +0800 |
commit | 53696cef85fddbbccba1445646273b6b513c2cfc (patch) | |
tree | 2b0d907759ba66ea821d94eb744b5df3f0ab26ce /x11-toolkits | |
parent | a545d5bfd158a2cc570427f01fc936cf1ba8acf7 (diff) | |
download | freebsd-ports-gnome-53696cef85fddbbccba1445646273b6b513c2cfc.tar.gz freebsd-ports-gnome-53696cef85fddbbccba1445646273b6b513c2cfc.tar.zst freebsd-ports-gnome-53696cef85fddbbccba1445646273b6b513c2cfc.zip |
Remove USE_X_PREFIX and USE_XORG to the Xaw dependency as well.
PR: 115512
Submitted by: mm
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 1e696bdd5884..b6cd2366de74 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -8,7 +8,7 @@ PORTNAME= open-motif PORTVERSION= 2.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.motifzone.com/%SUBDIR%/ MASTER_SITE_SUBDIR= om${PORTVERSION}/src @@ -21,9 +21,8 @@ COMMENT= Motif X11 Toolkit (industry standard GUI (IEEE 1295)) USE_AUTOTOOLS= libtool:15 CONFLICTS= lesstif-* -USE_X_PREFIX= yes USE_GMAKE= yes -USE_XORG= xbitmaps +USE_XORG= xaw xbitmaps GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI" INSTALLS_SHLIB= yes |