- since dependencies are working properly we do not need to specify both

glib and gtk for LIB_DEPENDS
- remove unnecessary CONFIGURE_ARGS
This commit is contained in:
brad 2000-03-25 23:13:01 +00:00
parent 78664493e0
commit 08eb7eced6

View File

@ -1,13 +1,15 @@
# $OpenBSD: Makefile,v 1.23 2000/03/24 23:28:25 espie Exp $
# $OpenBSD: Makefile,v 1.24 2000/03/25 23:13:01 brad Exp $
DISTNAME= ethereal-0.8.4
CATEGORIES= net x11
NEED_VERSION= 1.230
NEED_VERSION= 1.230
MASTER_SITES= http://ethereal.zing.org/distribution/ \
http://ethereal.boehm.org/distribution/ \
http://ethereal.zing.org/distribution/old-versions/ \
http://ethereal.boehm.org/distribution/old-versions/
LIB_DEPENDS= gtk.1.2::x11/gtk+
MAINTAINER= jakob@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
@ -17,13 +19,9 @@ PERMIT_DISTFILES_FTP= Yes
FAKE= Yes
LIB_DEPENDS= glib.1.2::devel/glib \
gtk.1.2::x11/gtk+
USE_X11= Yes
SYSCONFDIR= ${PREFIX}/share/ethereal
SEPARATE_BUILD= concurrent
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
.include <bsd.port.mk>