diff options
author | lesi <lesi@FreeBSD.org> | 2007-06-05 01:20:29 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2007-06-05 01:20:29 +0800 |
commit | b2e0a1b08501c21790f9a4d57102f736572ea466 (patch) | |
tree | 61e011e7fd9fcf16cadba55eb96534b5e9b07e53 /x11 | |
parent | f52d87a663627ea3a0d16d368b6d638f7f645bef (diff) | |
download | freebsd-ports-gnome-b2e0a1b08501c21790f9a4d57102f736572ea466.tar.gz freebsd-ports-gnome-b2e0a1b08501c21790f9a4d57102f736572ea466.tar.zst freebsd-ports-gnome-b2e0a1b08501c21790f9a4d57102f736572ea466.zip |
Port libXpm additionally installs sxpm(1) when more dependencies are present.
Register those explicitly to get consistent package.
Submitted by: nork
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXpm/Makefile | 5 | ||||
-rw-r--r-- | x11/libXpm/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index b2020c107131..b944653382eb 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -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> diff --git a/x11/libXpm/pkg-plist b/x11/libXpm/pkg-plist index 2f09596f91ed..57c946914dce 100644 --- a/x11/libXpm/pkg-plist +++ b/x11/libXpm/pkg-plist @@ -1,4 +1,5 @@ bin/cxpm +bin/sxpm include/X11/xpm.h lib/libXpm.a lib/libXpm.la |