diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
commit | 428fac4e1c522537e461b850cc93550d4fcf37e7 (patch) | |
tree | 22c9f25e11cf4cd378611c48424547929b95fba3 /sysutils/gapcmon | |
parent | b1977b079cfa346735bab7f33a9f0f5d573f09c5 (diff) | |
download | ports-428fac4e1c522537e461b850cc93550d4fcf37e7.tar.gz ports-428fac4e1c522537e461b850cc93550d4fcf37e7.zip |
Notes
Diffstat (limited to 'sysutils/gapcmon')
-rw-r--r-- | sysutils/gapcmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index c5fed833905f..634c61944145 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -12,8 +12,8 @@ COMMENT= Monitor apcupsd with GTK+2 GUI LICENSE= GPLv2 SUB_FILES= pkg-message +USES= pkgconfig gmake gnome tar:bzip2 xorg USE_GNOME= gconf2 -USES= pkgconfig gmake tar:bzip2 USE_XORG= x11 GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 |