[Midnightbsd-cvs] mports [15710] trunk/x11/xscreensaver.app/Makefile: link against x11
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Dec 22 12:31:48 EST 2013
Revision: 15710
http://svnweb.midnightbsd.org/mports/?rev=15710
Author: laffer1
Date: 2013-12-22 12:31:47 -0500 (Sun, 22 Dec 2013)
Log Message:
-----------
link against x11
Modified Paths:
--------------
trunk/x11/xscreensaver.app/Makefile
Modified: trunk/x11/xscreensaver.app/Makefile
===================================================================
--- trunk/x11/xscreensaver.app/Makefile 2013-12-22 17:29:24 UTC (rev 15709)
+++ trunk/x11/xscreensaver.app/Makefile 2013-12-22 17:31:47 UTC (rev 15710)
@@ -1,19 +1,14 @@
-# New ports collection makefile for: XScreenSaver.App
-# Date created: 26 September 2004
-# Whom: hemi at puresimplicity.net
-#
-# $FreeBSD: ports/x11/xscreensaver.app/Makefile,v 1.4 2005/11/22 22:15:02 pav Exp $
# $MidnightBSD$
-#
PORTNAME= XScreenSaver.App
PORTVERSION= 2.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 windowmaker
MASTER_SITES= SF/xscreensaverapp/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= WindowMaker dockapp to control XScreenSaver
+
LICENSE= gpl2
LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
@@ -23,6 +18,6 @@
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib"
+MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib -lX11"
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list