diff options
-rw-r--r-- | devel/physfs-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/physfs/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index b1d8810ff27c..87028161b04f 100644 --- a/devel/physfs-devel/Makefile +++ b/devel/physfs-devel/Makefile @@ -11,6 +11,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= oliver@FreeBSD.org COMMENT= Library to provide abstract access to various archives +CONFLICTS_INSTALL= physfs-[0-9]* + USES= cmake USE_LDCONFIG= yes diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 097b4aa43794..239f3d0fdc2b 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ MAINTAINER= oliver@FreeBSD.org COMMENT= Library to provide abstract access to various archives +CONFLICTS_INSTALL= physfs-devel-[0-9]* + USES= cmake tar:bzip2 USE_LDCONFIG= yes |