Bug 71095 - biology/pymol Makefile has problems with freebsd 4.7
Summary: biology/pymol Makefile has problems with freebsd 4.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-29 10:20 UTC by Michael Haro
Modified: 2004-10-24 04:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Haro freebsd_committer freebsd_triage 2004-08-29 10:20:12 UTC
the line
PICFLAG!=       ${MAKE} -f bsd.lib.mk -V PICFLAG
in the Makefile doesn't work on FreeBSD 4.7. I discovered this by doing a
make index in /usr/ports.

The error is:
"/usr/ports/biology/pymol/Makefile", line 31: warning: "make -f bsd.lib.mk -V PICFLAG" returned non-zero status

Fix: 

not sure
How-To-Repeat: 
cd /usr/ports && make index
Comment 1 Oliver Eikemeier freebsd_committer freebsd_triage 2004-08-29 10:34:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer. 

Please avoid the use of != statements in ports Makefiles.
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2004-10-24 04:37:25 UTC
State Changed
From-To: open->closed

Committed, thanks!