diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:57:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:57:46 +0800 |
commit | d728c236bcb983459ad416cacd956611acd2b66a (patch) | |
tree | 2385ca2e581242ab2b8ec3f2e9883fa9f7c171ef /deskutils | |
parent | ae142ef751bf1fdb6050bfae3d59c433a3da7562 (diff) | |
download | freebsd-ports-gnome-d728c236bcb983459ad416cacd956611acd2b66a.tar.gz freebsd-ports-gnome-d728c236bcb983459ad416cacd956611acd2b66a.tar.zst freebsd-ports-gnome-d728c236bcb983459ad416cacd956611acd2b66a.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/autocutsel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile index 42fb8de615c5..233333778ae8 100644 --- a/deskutils/autocutsel/Makefile +++ b/deskutils/autocutsel/Makefile @@ -13,10 +13,9 @@ COMMENT= Synchronizes the two copy/paste buffers used by X applications USE_XORG= x11 xaw xext GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/autocutsel \ bin/cutsel -NO_STAGE= yes .include <bsd.port.mk> |