diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-09-30 15:19:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-09-30 15:19:15 +0000 |
commit | 29fcb971e19facc155c55a812a130174fef78b8e (patch) | |
tree | 231638310925fe813ce8a092868803b52de8426f /multimedia | |
parent | 925140a2d849669012a73c721f58f07e6227eb1e (diff) | |
download | ports-29fcb971e19facc155c55a812a130174fef78b8e.tar.gz ports-29fcb971e19facc155c55a812a130174fef78b8e.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ogle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index 1665c0880e15..6e59739410d4 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogle PORTVERSION= 0.9.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} \ --with-liba52=${LOCALBASE} USE_LDCONFIG= yes -DEFAULT_DVD_DEVICE?= /dev/acd0c +DEFAULT_DVD_DEVICE?= /dev/acd0 MAN1= ogle.1 MAN5= oglerc.5 |