diff options
-rw-r--r-- | deskutils/osmo/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 879ac5aa7c9c..9bdc478db87e 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: osmo -# Date created: 29 Sep 2009 -# Whom: Charlie Kester <corky1951#comcast.net> -# +# Created by: Charlie Kester <corky1951#comcast.net> # $FreeBSD$ -# PORTNAME= osmo PORTVERSION= 0.2.10 @@ -22,15 +18,13 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ gtkhtml:${PORTSDIR}/www/libgtkhtml USE_GNOME= gtk20 -USES= gettext +USES= gettext gmake INSTALLS_ICONS= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lintl CFLAGS+= -I${LOCALBASE}/include/libical -USE_GMAKE= yes - MAN1= osmo.1 POFILES= bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \ |