diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-02-14 01:27:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-02-14 01:27:36 +0800 |
commit | 73a33d89c452d6fc2bc0232f40d8d4c9929588fa (patch) | |
tree | c775d6154d6edf6199351a543d3ab34615e94128 /misc | |
parent | e61dd2df4fce3643440ca5fae6626d8db0120d9a (diff) | |
download | freebsd-ports-gnome-73a33d89c452d6fc2bc0232f40d8d4c9929588fa.tar.gz freebsd-ports-gnome-73a33d89c452d6fc2bc0232f40d8d4c9929588fa.tar.zst freebsd-ports-gnome-73a33d89c452d6fc2bc0232f40d8d4c9929588fa.zip |
- add CONFLICTS
PR: 143872
Diffstat (limited to 'misc')
-rw-r--r-- | misc/proj4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/proj4/Makefile b/misc/proj4/Makefile index e205d4bc3c00..786bca4bb2f8 100644 --- a/misc/proj4/Makefile +++ b/misc/proj4/Makefile @@ -14,6 +14,8 @@ DISTNAME= position-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Cartographic projection software +CONFLICTS= proj-4* + WRKSRC= ${WRKDIR}/Position/PROJ.4 USE_GMAKE= yes GNU_CONFIGURE= yes |