mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Port libXpm additionally installs sxpm(1) when more dependencies are present.
Register those explicitly to get consistent package. Submitted by: nork
This commit is contained in:
parent
d16e6fb5e3
commit
997e874e60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192726
2 changed files with 4 additions and 2 deletions
|
@ -7,14 +7,15 @@
|
|||
|
||||
PORTNAME= libXpm
|
||||
PORTVERSION= 3.5.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X Pixmap library
|
||||
|
||||
XORG_CAT= lib
|
||||
USE_XORG= xproto x11
|
||||
USE_XORG= xproto x11 xext xextproto xt
|
||||
|
||||
MAN1= cxpm.1
|
||||
MAN1= cxpm.1 sxpm.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/cxpm
|
||||
bin/sxpm
|
||||
include/X11/xpm.h
|
||||
lib/libXpm.a
|
||||
lib/libXpm.la
|
||||
|
|
Loading…
Add table
Reference in a new issue