diff options
author | Steve Price <steve@FreeBSD.org> | 2006-05-08 14:49:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2006-05-08 14:49:10 +0000 |
commit | 5d0109a38361c6ea0b8ab02a0ecd531a4b4bce9d (patch) | |
tree | a416984b7e5ba34590dffe972bf7478976adaa16 /x11-toolkits/open-motif/Makefile | |
parent | b2074e4acaaf971ee1bbafb6fb446248b7b99d40 (diff) | |
download | ports-5d0109a38361c6ea0b8ab02a0ecd531a4b4bce9d.tar.gz ports-5d0109a38361c6ea0b8ab02a0ecd531a4b4bce9d.zip |
Notes
Diffstat (limited to 'x11-toolkits/open-motif/Makefile')
-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 d94d9458e1b2..ea34e29e3ee2 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -10,8 +10,8 @@ PORTNAME= open-motif PORTVERSION= 2.2.3 PORTREVISION= 2 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.ics.com/pub/%SUBDIR%/ -MASTER_SITE_SUBDIR= Products/Motif/om${PORTVERSION}/src +MASTER_SITES= http://ftp.motifzone.com/%SUBDIR%/ +MASTER_SITE_SUBDIR= om${PORTVERSION}/src DISTNAME= openMotif-${PORTVERSION} EXTRACT_SUFX= .tar.gz DIST_SUBDIR= openmotif @@ -23,7 +23,6 @@ RUN_DEPENDS= imake:${X_IMAKE_PORT} CONFLICTS= lesstif-* USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI" |