diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 04:56:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 04:56:05 +0800 |
commit | 34bdcbc41a2e3aaa34fd53943be3222660afc4ea (patch) | |
tree | d2b7046cf41926210ab5454fe822c50113289aeb /deskutils/xpostitPlus | |
parent | aed08a8359c731240448caa5f383e671dcb1493a (diff) | |
download | freebsd-ports-gnome-34bdcbc41a2e3aaa34fd53943be3222660afc4ea.tar.gz freebsd-ports-gnome-34bdcbc41a2e3aaa34fd53943be3222660afc4ea.tar.zst freebsd-ports-gnome-34bdcbc41a2e3aaa34fd53943be3222660afc4ea.zip |
Convert to USES=imake
Diffstat (limited to 'deskutils/xpostitPlus')
-rw-r--r-- | deskutils/xpostitPlus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/xpostitPlus/Makefile b/deskutils/xpostitPlus/Makefile index 0f4e48d204a1..eb9d47ff6b21 100644 --- a/deskutils/xpostitPlus/Makefile +++ b/deskutils/xpostitPlus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpostit+ -# Date created: 26 Sep 1997 -# Whom: mi -# +# Created by: mi # $FreeBSD$ -# PORTNAME= XPostitPlus PORTVERSION= 2.3 @@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= office MAINTAINER= ports2@dclg.ca COMMENT= PostIt (R) messages onto your X11 screen -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xpostit+.1 |