diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
commit | 30692bcf95616dd19481e08304ab4b7d2b142b8c (patch) | |
tree | 9d39f9a71f224f7ed908a4d37231bb94a3f01b5c /multimedia/ogle | |
parent | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (diff) | |
download | freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.gz freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.zst freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/ogle')
-rw-r--r-- | multimedia/ogle/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index f103d76c2af5..72a9dd9d23b4 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} \ --with-liba52=${LOCALBASE} INSTALLS_SHLIB= yes +DEFAULT_DVD_DEVICE?= /dev/acd0c + MAN1= ogle.1 MAN5= oglerc.5 @@ -93,11 +95,5 @@ pre-everything:: @${ECHO_MSG} '===> only with 486 processors and above.' .endif -# default DVD devices -.if ${OSVERSION} >= 500000 -DEFAULT_DVD_DEVICE?= /dev/acd0 -.else -DEFAULT_DVD_DEVICE?= /dev/acd0c -.endif .include <bsd.port.post.mk> |