diff options
-rw-r--r-- | devel/physfs-devel/Makefile | 3 | ||||
-rw-r--r-- | devel/physfs-devel/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index e297ab746a6a..1a05d4163e84 100644 --- a/devel/physfs-devel/Makefile +++ b/devel/physfs-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= physfs PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ PKGNAMESUFFIX= -devel @@ -12,7 +13,7 @@ COMMENT= Library to provide abstract access to various archives CONFLICTS_INSTALL= physfs-[0-9]* -USES= cmake:insource tar:bzip2 +USES= cmake:insource readline tar:bzip2 USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/devel/physfs-devel/pkg-plist b/devel/physfs-devel/pkg-plist index 949989f0c8c9..e49a72ebb7ef 100644 --- a/devel/physfs-devel/pkg-plist +++ b/devel/physfs-devel/pkg-plist @@ -4,3 +4,4 @@ lib/libphysfs.so.1 lib/libphysfs.so.3.0.1 lib/libphysfs.a lib/libphysfs.so +libdata/pkgconfig/physfs.pc |