diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-17 23:13:06 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-17 23:13:06 +0800 |
commit | 4ce93ab09cb5607b5d3a5ff9f56df9a599de05fb (patch) | |
tree | c21db0e249234d0e5a6df24da9a9b9cd72a240e3 /sysutils | |
parent | b47eabd7da8cada96c25f7714e15c7ebc1a3cdf6 (diff) | |
download | freebsd-ports-gnome-4ce93ab09cb5607b5d3a5ff9f56df9a599de05fb.tar.gz freebsd-ports-gnome-4ce93ab09cb5607b5d3a5ff9f56df9a599de05fb.tar.zst freebsd-ports-gnome-4ce93ab09cb5607b5d3a5ff9f56df9a599de05fb.zip |
fix build on 4
Noted by: pointyhat via kris
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ntfsprogs/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index 47d0fff46a12..5604b80b7d84 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -18,8 +18,8 @@ COMMENT= Utilities and library to manipulate NTFS partitions GNU_CONFIGURE= yes USE_GCC= 3.4 USE_REINPLACE= yes -USE_GETOPT_LONG= yes -USE_LIBTOOL_VER=15 +USE_GETOPT_LONG=yes +USE_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/ntfsprogs/pkg-plist b/sysutils/ntfsprogs/pkg-plist index 080b8a557c5e..4a022e935b87 100644 --- a/sysutils/ntfsprogs/pkg-plist +++ b/sysutils/ntfsprogs/pkg-plist @@ -35,6 +35,7 @@ include/ntfs/volume.h %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so.1 lib/libntfs.a +lib/libntfs.la lib/libntfs.so lib/libntfs.so.6 sbin/mkntfs |