diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-18 12:08:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-18 12:08:57 +0800 |
commit | bab5e410f8a38192d34f33eceba60e3999de5ac8 (patch) | |
tree | a741bbec99c796702233c425e52f4d3343791e26 /sysutils | |
parent | 2beb342728929d81a0c13419923a1941f24166dc (diff) | |
download | freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.gz freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.zst freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.zip |
Switch to new USE_GETOPT_LONG ports option
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vobcopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index e1d5710d6218..a3df1a4aa5a1 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -13,10 +13,10 @@ MASTER_SITES= http://lpn.rnbhq.org/download/ MAINTAINER= lioux@FreeBSD.org COMMENT= Decrypts and copies DVD .vob files -LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread USE_BZIP2= yes +USE_GETOPT_LONG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh USE_REINPLACE= yes |