diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
commit | 6c3cf730f5200ee8faafe98e1a646d21f4bef421 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /sysutils/dvdbackup | |
parent | ac083c9976fcd12d5e6be910691cabe6a36f2181 (diff) |
Notes
Diffstat (limited to 'sysutils/dvdbackup')
-rw-r--r-- | sysutils/dvdbackup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile index f78be1c95831..a20f5ca7a7b2 100644 --- a/sysutils/dvdbackup/Makefile +++ b/sysutils/dvdbackup/Makefile @@ -11,7 +11,7 @@ COMMENT= Backup content from DVD to hard disk LICENSE= GPLv3 -LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes USES= gmake |