diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-23 15:37:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-23 15:37:05 +0000 |
commit | 0e68541356b4757481c6177ab13011c130b93328 (patch) | |
tree | 707b57b1bc06bda2e306c4e9ca89ec6d6879664c /graphics/EZWGL | |
parent | 7ea5083d5ea6ac402cc4369441ffd6e3f9a330a0 (diff) | |
download | ports-0e68541356b4757481c6177ab13011c130b93328.tar.gz ports-0e68541356b4757481c6177ab13011c130b93328.zip |
This port is not reinstall-friendly. I tried changing some
"ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt.
===> Installing for EZWGL-1.38
===> EZWGL-1.38 depends on shared library: jpeg\.9\. - found
tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists
tar: Could not create symlink to EZ_ClearListBox.html : File exists
tar: Could not create symlink to EZ_DefineLightSrc.html : File exists
tar: Could not create symlink to EZ_DefineMaterial.html : File exists
tar: Could not create symlink to EZ_CMove3f.html : File exists
:
Notes
Notes:
svn path=/head/; revision=12077
Diffstat (limited to 'graphics/EZWGL')
-rw-r--r-- | graphics/EZWGL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 978bab9a1ba1..5ea5c70dd19d 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/19 08:50:09 tg Exp $ # DISTNAME= EZWGL-1.38 @@ -15,6 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg +BROKEN= reinstall + ALL_TARGET= shared clean static USE_X11= yes |