diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-10 21:59:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-10 21:59:35 +0000 |
commit | ca7f9f32d3647f016e77095852f082ee9f7e7046 (patch) | |
tree | 0183e2b52401eeebf95ae26aa6e617aacae0902c /graphics/linux-f10-png10 | |
parent | adee2e8193cccd48b9d3e3d6266ad09776f1c690 (diff) |
- Add conflicts, differentiate latest link
Notes
Notes:
svn path=/head/; revision=113353
Diffstat (limited to 'graphics/linux-f10-png10')
-rw-r--r-- | graphics/linux-f10-png10/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile index 8f74d06681c2..ad07704802a8 100644 --- a/graphics/linux-f10-png10/Makefile +++ b/graphics/linux-f10-png10/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g} MAINTAINER= ports@FreeBSD.org COMMENT= RPM of the PNG lib +CONFLICTS= linux-png-1.2.* +LATEST_LINK= linux-png10 + .if (${MACHINE_ARCH} == "i386") RPM_SET= libpng-${PORTVERSION}-0.7x.4.${MACHINE_ARCH}.rpm .elif (${MACHINE_ARCH} == "alpha") |